Skip to content

Commit

Permalink
Merge pull request #5086 from sgibson91/nmfs-openscapes/migrate-stagi…
Browse files Browse the repository at this point in the history
…ng-home-dirs

Migrate nmfs-openscapes staging hub to use EBS volumes for NFS with per-user quotas
  • Loading branch information
sgibson91 authored Nov 14, 2024
2 parents 3a160ad + 413edff commit 29ddca1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion config/clusters/nmfs-openscapes/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nfs:
pv:
serverIP: fs-0bb8ced2e0be85846.efs.us-west-2.amazonaws.com
serverIP: 10.100.15.21

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

jupyterhub-home-nfs:
enabled: true
eks:
enabled: true
volumeId: vol-08dafa2e06872afbd
quotaEnforcer:
hardQuota: "0.1" # in GB
path: "/export/staging"

0 comments on commit 29ddca1

Please sign in to comment.