From 049b8bbe2280e07fdca97f69392694ec9bc3d3a6 Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Tue, 17 Dec 2019 14:59:38 -0800 Subject: [PATCH] configuration with no storage --- config_no_storage.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config_no_storage.yaml 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