Skip to content

Commit

Permalink
Add a theta pool for data100
Browse files Browse the repository at this point in the history
It used to be in the alpha pool with datahub, but since
we use the stat159 image for it I moved it to beta pool.
However, it's putting excess pressure on all the other hubs
on beta pool, so am moving it to its own
  • Loading branch information
yuvipanda committed Sep 7, 2022
1 parent 52f983e commit 45834a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/data100/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jupyterhub:
GH_SCOPED_CREDS_CLIENT_ID: Iv1.f79b4903c7ea2847
GH_SCOPED_CREDS_APP_URL: https://github.com/apps/data100-berkeley-datahub-access
nodeSelector:
hub.jupyter.org/pool-name: beta-pool
hub.jupyter.org/pool-name: theta-pool
storage:
type: static
static:
Expand Down
7 changes: 7 additions & 0 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ nodePools:
requests:
memory: 46786Mi
replicas: 1
theta:
nodeSelector:
hub.jupyter.org/pool-name: theta-pool
resources:
requests:
memory: 46786Mi
replicas: 1

0 comments on commit 45834a4

Please sign in to comment.