Skip to content

Commit

Permalink
feat(jupyterhub): Added a power legacy user (#3692)
Browse files Browse the repository at this point in the history
Co-authored-by: V <[email protected]>
  • Loading branch information
vevetron and V authored Feb 13, 2025
1 parent f318c9b commit dac70c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ jupyterhub:
description: "This is the older environment for legacy processes."
kubespawner_override:
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024.3.27
- display_name: "Power Legacy User - 2024.3.27, Python 3.9"
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
image: ghcr.io/cal-itp/data-infra/jupyter-singleuser:2024.3.27
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit dac70c9

Please sign in to comment.