Skip to content

Commit

Permalink
[DH-121] bumping postgresql storage for data101 from 2G to 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
felder committed Sep 26, 2023
1 parent cdc3d97 commit 16f5e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/data101/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jupyterhub:
annotations=annotations
)
make_db_pvc = partial(make_extra_pvc, 'db-storage', 'db-{username}', 'standard', '2G')
make_db_pvc = partial(make_extra_pvc, 'db-storage', 'db-{username}', 'standard', '4G')
make_mongo_pvc = partial(make_extra_pvc, 'mongo-storage', 'mongo-{username}', 'standard', '2G')
pvc_makers = (make_db_pvc, make_mongo_pvc)
Expand Down

0 comments on commit 16f5e28

Please sign in to comment.