Skip to content

Commit

Permalink
fix(jupyterhub): adjusted name to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
V authored and vevetron committed Jan 9, 2025
1 parent 2df087c commit d0be8ec
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,17 @@ jupyterhub:
profileList:
- display_name: "Default User"
description: "Your code will run on a shared machine with 3–10G of memory and 0.7–1.9 CPU cores."
default: True
default: true
- display_name: "Power User"
description: "Your code will run on a shared machine with 10–12G of memory and 1.5–1.9 CPU cores."
kubespawner_override:
mem_limit: "12G"
mem_guarantee: "10G"
cpu_guarantee: 1.5
- display_name: "Prototype Image - 2024.5.24"
- display_name: "Prototype Image 2024.5.24"
description: "This is the next image we will deploy."
kubespawner_override:
image:
name: ghcr.io/cal-itp/data-infra/jupyter-singleuser
tag: 2024.5.24
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024.5.24
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit d0be8ec

Please sign in to comment.