Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Turn on user placeholders
Browse files Browse the repository at this point in the history
Don't wanna have very slow startup times for
users
  • Loading branch information
yuvipanda committed Oct 2, 2020
1 parent 4fc4af7 commit 1c7fa04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions deployments/utoronto/config/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jupyterhub:
auth:
google:
callbackUrl: "https://utoronto.2i2c.cloud/hub/oauth_callback"
scheduling:
userPlaceholder:
replicas: 100
proxy:
https:
hosts:
Expand Down
3 changes: 3 additions & 0 deletions deployments/utoronto/config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jupyterhub:
https:
hosts:
- staging.utoronto.2i2c.cloud
scheduling:
userPlaceholder:
replicas: 5

prePuller:
continuous:
Expand Down
3 changes: 1 addition & 2 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,4 @@ jupyterhub:
podPriority:
enabled: true
userPlaceholder:
enabled: false
replicas: 100
enabled: true

0 comments on commit 1c7fa04

Please sign in to comment.