Skip to content

Commit eb6bffc

Browse files
vevetronV
and
V
authored
fix(jupyterhub): updated admin and increases disk size (#3422)
Co-authored-by: V <[email protected]>
1 parent 796a3e1 commit eb6bffc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

kubernetes/apps/charts/jupyterhub/values.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jupyterhub:
1414
limit: 10G
1515
# Very roughly I have seen most usage in the 2-3GB range
1616
guarantee: 3G
17+
storage:
18+
capacity: 32Gi
1719
cpu:
1820
# this is to put 2 pods per e2-highmem-2 which has 1.93 allocatable
1921
guarantee: 0.7
@@ -49,10 +51,11 @@ jupyterhub:
4951
authenticator_class: github
5052
Authenticator:
5153
admin_users:
52-
- atvaccaro
53-
- machow
54+
- vevetron
55+
- tiffanychu90
5456
- themightchris
55-
- lottspot
57+
- evansiroky
58+
- charlie-costanzo
5659
# holds github OAuth creds
5760
existingSecret: jupyterhub-github-config
5861
ingress:

0 commit comments

Comments
 (0)