Skip to content

Commit

Permalink
Merge pull request #5073 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
[DH-121] Merging #5070 to prod
  • Loading branch information
felder authored Sep 27, 2023
2 parents e0668f4 + 6d6b7a4 commit 61301cf
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 61301cf

Please sign in to comment.