Skip to content

Commit

Permalink
Updates GCP config
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Aug 2, 2024
1 parent b0c2c78 commit 908f9e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gcp/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ hub:

# This is the image I built based off of jupyterhub/k8s-hub, 3.0.2 at time of writing this
image:
name: ghcr.io/flux-framework/flux-jupyter-hub
tag: "riken-2024"
name: ghcr.io/LLNL/thicket-jupyter-hub
tag: "radiuss-2024"
pullPolicy: Always

# https://z2jh.jupyter.org/en/latest/administrator/optimization.html#scaling-up-in-time-user-placeholders
Expand All @@ -31,8 +31,8 @@ scheduling:
# This is the "spawn" image
singleuser:
image:
name: ghcr.io/flux-framework/flux-jupyter-spawn
tag: "2023"
name: ghcr.io/LLNL/thicket-jupyter-spawn
tag: "radiuss-2024"
pullPolicy: Always
cpu:
limit: 1
Expand All @@ -55,8 +55,8 @@ singleuser:
# gitRepo volume is deprecated so we need another way
# https://kubernetes.io/docs/concepts/storage/volumes/#gitrepo
extraVolumes:
- name: flux-tutorial
- name: thicket-tutorial
emptyDir: {}
extraVolumeMounts:
- name: flux-tutorial
- name: thicket-tutorial
mountPath: /home/jovyan/

0 comments on commit 908f9e8

Please sign in to comment.