Skip to content

Commit

Permalink
Merge pull request #3507 from cal-itp/feat/jupyterhub-poweruser
Browse files Browse the repository at this point in the history
feat(jupyterhub): define power user profile
  • Loading branch information
themightychris authored Oct 18, 2024
2 parents 68e1e02 + ad3771a commit 4f99500
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jupyterhub:
cp /tmp/profile.sh /home/jovyan/.profile;
mkdir -p -- /home/jovyan/.jupyter;
cp /tmp/jupyter_notebook_config.py /home/jovyan/.jupyter/jupyter_notebook_config.py;
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
- 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"
scheduling:
userPods:
nodeAffinity:
Expand Down

0 comments on commit 4f99500

Please sign in to comment.