Skip to content

Commit

Permalink
fix(jupyterhub): updated admin and increases disk size (#3422)
Browse files Browse the repository at this point in the history
Co-authored-by: V <[email protected]>
  • Loading branch information
vevetron and V authored Aug 19, 2024
1 parent 796a3e1 commit eb6bffc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jupyterhub:
limit: 10G
# Very roughly I have seen most usage in the 2-3GB range
guarantee: 3G
storage:
capacity: 32Gi
cpu:
# this is to put 2 pods per e2-highmem-2 which has 1.93 allocatable
guarantee: 0.7
Expand Down Expand Up @@ -49,10 +51,11 @@ jupyterhub:
authenticator_class: github
Authenticator:
admin_users:
- atvaccaro
- machow
- vevetron
- tiffanychu90
- themightchris
- lottspot
- evansiroky
- charlie-costanzo
# holds github OAuth creds
existingSecret: jupyterhub-github-config
ingress:
Expand Down

0 comments on commit eb6bffc

Please sign in to comment.