Skip to content

Commit

Permalink
Add comment about PVC expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 2, 2022
1 parent 7fd6719 commit 54dbfcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/2i2c/utexas.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jupyterhub:
)
# 1Gi seems the smallest PVC you can make - anything smaller than that is rounded up to 1Gi
# This size can be increased, and users will get the newer sized disk when they start
# their servers next - https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims
make_db_pvc = partial(make_extra_pvc, 'postgres-storage', 'postgres-{username}', 'standard-rwo', '10Gi')
async def ensure_db_pvc(spawner):
Expand Down

0 comments on commit 54dbfcc

Please sign in to comment.