We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796a3e1 commit eb6bffcCopy full SHA for eb6bffc
kubernetes/apps/charts/jupyterhub/values.yaml
@@ -14,6 +14,8 @@ jupyterhub:
14
limit: 10G
15
# Very roughly I have seen most usage in the 2-3GB range
16
guarantee: 3G
17
+ storage:
18
+ capacity: 32Gi
19
cpu:
20
# this is to put 2 pods per e2-highmem-2 which has 1.93 allocatable
21
guarantee: 0.7
@@ -49,10 +51,11 @@ jupyterhub:
49
51
authenticator_class: github
50
52
Authenticator:
53
admin_users:
- - atvaccaro
- - machow
54
+ - vevetron
55
+ - tiffanychu90
56
- themightchris
- - lottspot
57
+ - evansiroky
58
+ - charlie-costanzo
59
# holds github OAuth creds
60
existingSecret: jupyterhub-github-config
61
ingress:
0 commit comments