Skip to content

Commit

Permalink
configuration with no storage
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 17, 2019
1 parent 3f74195 commit 049b8bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config_no_storage.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 049b8bb

Please sign in to comment.