Skip to content

Commit

Permalink
Bump up LEAP hub component resource requirements
Browse files Browse the repository at this point in the history
Ref https://2i2c.freshdesk.com/a/tickets/414

We should figure out better defaults in
#2127,
but as LEAP is getting close to publication on some stuff,
this will help us with stabilizing the infrastructure.
  • Loading branch information
yuvipanda committed Feb 3, 2023
1 parent 03e042b commit ed9077e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/clusters/leap/prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
dask-gateway:
gateway:
backend:
cores:
request: 1
limit: 2
memory:
request: 2G
limit: 4G
basehub:
userServiceAccount:
annotations:
iam.gke.io/gcp-service-account: [email protected]
jupyterhub:
proxy:
chp:
resources:
requests:
cpu: 1
memory: 1Gi
singleuser:
extraEnv:
SCRATCH_BUCKET: gs://leap-scratch/$(JUPYTERHUB_USER)
PERSISTENT_BUCKET: gs://leap-persistent/$(JUPYTERHUB_USER)
PANGEO_SCRATCH: gs://leap-scratch/$(JUPYTERHUB_USER)
hub:
resources:
requests:
cpu: 1
memory: 2Gi
config:
GitHubOAuthenticator:
oauth_callback_url: https://leap.2i2c.cloud/hub/oauth_callback

0 comments on commit ed9077e

Please sign in to comment.