Skip to content

Commit 4f99500

Browse files
Merge pull request #3507 from cal-itp/feat/jupyterhub-poweruser
feat(jupyterhub): define power user profile
2 parents 68e1e02 + ad3771a commit 4f99500

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

kubernetes/apps/charts/jupyterhub/values.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jupyterhub:
2929
cp /tmp/profile.sh /home/jovyan/.profile;
3030
mkdir -p -- /home/jovyan/.jupyter;
3131
cp /tmp/jupyter_notebook_config.py /home/jovyan/.jupyter/jupyter_notebook_config.py;
32+
profileList:
33+
- display_name: "Default User"
34+
description: "Your code will run on a shared machine with 3–10G of memory and 0.7–1.9 CPU cores."
35+
default: True
36+
- display_name: "Power User"
37+
description: "Your code will run on a shared machine with 10–12G of memory and 1.5–1.9 CPU cores."
38+
kubespawner_override:
39+
mem_limit: "12G"
40+
mem_guarantee: "10G"
41+
cpu_guarantee: "1.5"
3242
scheduling:
3343
userPods:
3444
nodeAffinity:

0 commit comments

Comments
 (0)