Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated or incorrect users for Hub values.yaml #3500

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions kubernetes/apps/charts/jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jupyterhub:
capacity: 32Gi
cpu:
# this is to put 2 pods per e2-highmem-2 which has 1.93 allocatable
guarantee: 0.7
guarantee: 1.0
tiffanychu90 marked this conversation as resolved.
Show resolved Hide resolved
lifecycleHooks:
postStart:
exec:
Expand All @@ -44,7 +44,6 @@ jupyterhub:
oauth_callback_url: https://notebooks.calitp.org/hub/oauth_callback
allowed_organizations:
- cal-itp:warehouse-users
- cal-itp:ntd-slalom
scope:
- read:org
JupyterHub:
Expand All @@ -53,7 +52,7 @@ jupyterhub:
admin_users:
- vevetron
- tiffanychu90
- themightchris
- themightychris
- evansiroky
- charlie-costanzo
# holds github OAuth creds
Expand Down
Loading