forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 2i2c-org#4158 from consideRatio/pr/unam-scratch
catalystproject-latam, unam: setup scratch bucket for james to use
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
userServiceAccount: | ||
annotations: | ||
# singleuser.networkPolicy.egressAllowRules.cloudMetadataServer=true and | ||
# singleuser.cloudMetadata.blockWithIptables=false are set for so that users | ||
# can work against the scratch bucket using this GCP service account | ||
iam.gke.io/gcp-service-account: [email protected] | ||
|
||
jupyterhub: | ||
ingress: | ||
hosts: [unam.latam.catalystproject.2i2c.cloud] | ||
|
@@ -24,6 +31,13 @@ jupyterhub: | |
- nselem | ||
- miguel-mx | ||
singleuser: | ||
networkPolicy: | ||
egressAllowRules: | ||
cloudMetadataServer: true | ||
cloudMetadata: | ||
blockWithIptables: false | ||
extraEnv: | ||
SCRATCH_BUCKET: gs://latam-scratch-unam/$(JUPYTERHUB_USER) | ||
profileList: | ||
- display_name: Jupyter SciPy Notebook | ||
description: Python environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters