Skip to content

Commit

Permalink
Setup the configures scratch buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Apr 2, 2024
1 parent b4ea295 commit 38b5aa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/clusters/dandi/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
userServiceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::975050327108:role/dandi-prod

jupyterhub:
ingress:
hosts: [dandi.2i2c.cloud]
Expand All @@ -13,3 +17,6 @@ jupyterhub:
templateVars:
org:
name: MIT DANDI
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://dandi-scratch-prod/$(JUPYTERHUB_USER)
7 changes: 7 additions & 0 deletions config/clusters/dandi/staging.values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
userServiceAccount:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::975050327108:role/dandi-staging

jupyterhub:
ingress:
hosts: [staging.dandi.2i2c.cloud]
Expand All @@ -13,3 +17,6 @@ jupyterhub:
templateVars:
org:
name: MIT DANDI (staging)
singleuser:
extraEnv:
SCRATCH_BUCKET: s3://dandi-scratch-staging/$(JUPYTERHUB_USER)

0 comments on commit 38b5aa1

Please sign in to comment.