Skip to content

Commit

Permalink
Merge pull request #5378 from sunu/veda-prod-jupyterhub-home-nfs
Browse files Browse the repository at this point in the history
Enable jupyterhub-home-nfs for VEDA prod hub
  • Loading branch information
sunu authored Jan 14, 2025
2 parents 4f85427 + 7e6f80e commit d96a692
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,10 @@ basehub:
KubernetesBuildExecutor:
node_selector:
node.kubernetes.io/instance-type: r5.xlarge

jupyterhub-home-nfs:
enabled: true
eks:
enabled: true
prometheusExporter:
enabled: true
7 changes: 7 additions & 0 deletions config/clusters/nasa-veda/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ basehub:
buildPodsRegistryCredentials:
server: *url
username: *username

jupyterhub-home-nfs:
eks:
volumeId: vol-0063ecd342e052ef5
quotaEnforcer:
hardQuota: "200" # in GB
path: "/export/prod"
4 changes: 0 additions & 4 deletions config/clusters/nasa-veda/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,8 @@ basehub:
username: *username

jupyterhub-home-nfs:
enabled: true
eks:
enabled: true
volumeId: vol-0a1246ee2e07372d0
quotaEnforcer:
hardQuota: "10" # in GB
path: "/export/staging"
prometheusExporter:
enabled: true

0 comments on commit d96a692

Please sign in to comment.