Skip to content

Commit

Permalink
Merge pull request #4821 from sunu/switch-veda-staging-to-incluster-nfs
Browse files Browse the repository at this point in the history
Switch VEDA staging hub from EFS to jupyter-home-nfs server
  • Loading branch information
sgibson91 authored Sep 19, 2024
2 parents 6dac9d9 + a044be9 commit 8ec2e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/clusters/nasa-veda/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
basehub:
nfs:
pv:
serverIP: 10.100.88.130
userServiceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::444055461661:role/nasa-veda-staging
Expand Down Expand Up @@ -214,3 +217,4 @@ basehub:
volumeId: vol-0a1246ee2e07372d0
quotaEnforcer:
hardQuota: "10" # in GB
path: "/export/staging"
2 changes: 1 addition & 1 deletion helm-charts/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies:
repository: "https://helm.dask.org/"
condition: dask-gateway.enabled
- name: jupyter-home-nfs
version: 0.0.2
version: 0.0.5
repository: oci://ghcr.io/sunu/jupyter-home-nfs
condition: jupyter-home-nfs.enabled

0 comments on commit 8ec2e69

Please sign in to comment.