We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68e1e02 + ad3771a commit 4f99500Copy full SHA for 4f99500
kubernetes/apps/charts/jupyterhub/values.yaml
@@ -29,6 +29,16 @@ jupyterhub:
29
cp /tmp/profile.sh /home/jovyan/.profile;
30
mkdir -p -- /home/jovyan/.jupyter;
31
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"
42
scheduling:
43
userPods:
44
nodeAffinity:
0 commit comments