Skip to content

Commit

Permalink
jmte: add node selectors for hub-specific nodegroups
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Nov 14, 2024
1 parent fa79fe4 commit ea31a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/clusters/jupyter-meets-the-earth/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ basehub:
# FIXME: We keep a *full* spare medium node around, is this necessary?
memory: 14G
singleuser:
nodeSelector:
2i2c/hub-name: staging
extraEnv:
# FIXME: This is a *pre-existing bucket*, not the one created by
# terraform. Either import it properly into our terraform state, or
Expand Down
2 changes: 2 additions & 0 deletions config/clusters/jupyter-meets-the-earth/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ basehub:
- hosts: [staging.jmte.2i2c.cloud]
secretName: https-auto-tls
singleuser:
nodeSelector:
2i2c/hub-name: staging
extraEnv:
SCRATCH_BUCKET: s3://jupyter-meets-the-earth-scratch-staging/$(JUPYTERHUB_USER)

0 comments on commit ea31a32

Please sign in to comment.