Skip to content

Commit

Permalink
nasa-cryo: switch prod's server IP to EBS volume
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Dec 12, 2024
1 parent 5ba41f7 commit 535fd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/clusters/nasa-cryo/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ basehub:
volumeReporter:
enabled: false
pv:
# pv.serverIP is set in each individual staging and prod config file
enabled: true
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
Expand All @@ -13,7 +14,6 @@ basehub:
- soft # We pick soft over hard, so NFS lockups don't lead to hung processes
- retrans=2
- noresvport
serverIP: fs-0872256335d483d5f.efs.us-west-2.amazonaws.com
baseShareName: /
dask-gateway:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/nasa-cryo/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
basehub:
nfs:
pv:
serverIP: 10.100.217.176
userServiceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::574251165169:role/nasa-cryo-prod
Expand Down

0 comments on commit 535fd55

Please sign in to comment.