diff --git a/config_no_storage.yaml b/config_no_storage.yaml new file mode 100644 index 0000000..80f57cd --- /dev/null +++ b/config_no_storage.yaml @@ -0,0 +1,19 @@ +hub: + db: + type: sqlite-pvc + pvc: + accessModes: + - ReadWriteOnce + storage: 1Gi + storageClassName: standard + +singleuser: + # very small limits for testing on small instances + memory: + guarantee: 500M + limit: 1G + cpu: + guarantee: 0.3 + limit: 1 + storage: + type: none