Skip to content

Commit

Permalink
Merge pull request #5115 from sgibson91/nmfs-openscapes/prod-migration
Browse files Browse the repository at this point in the history
Migrate nmfs-openscapes prod hub to use per-user home storage quotas
  • Loading branch information
sgibson91 authored Nov 15, 2024
2 parents 85072ec + a9209b6 commit 374f89f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/clusters/nmfs-openscapes/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ nfs:
- noresvport
baseShareName: /
# serverIP is set in staging / prod respectively
jupyterhub-home-nfs:
enabled: true

jupyterhub:
custom:
Expand Down
10 changes: 9 additions & 1 deletion config/clusters/nmfs-openscapes/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nfs:
pv:
serverIP: fs-04e46afdb91ce74ae.efs.us-west-2.amazonaws.com
serverIP: 10.100.21.149

userServiceAccount:
annotations:
Expand All @@ -22,3 +22,11 @@ jupyterhub:
config:
GitHubOAuthenticator:
oauth_callback_url: https://nmfs-openscapes.2i2c.cloud/hub/oauth_callback

jupyterhub-home-nfs:
eks:
enabled: true
volumeId: vol-004cc1b60a1dfb9e4
quotaEnforcer:
hardQuota: "64" # in GB
path: "/export/prod"
1 change: 0 additions & 1 deletion config/clusters/nmfs-openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jupyterhub:
oauth_callback_url: https://staging.nmfs-openscapes.2i2c.cloud/hub/oauth_callback

jupyterhub-home-nfs:
enabled: true
eks:
enabled: true
volumeId: vol-08dafa2e06872afbd
Expand Down

0 comments on commit 374f89f

Please sign in to comment.