Skip to content

Commit

Permalink
Move data8 to custom gamma pool
Browse files Browse the repository at this point in the history
The gamma pool is now n1-custom-16-16384, so 16 cores and 16GB of
RAM, which should be a better match for our CPU / memory guarantee
than the earlier n1-highmem-8.
  • Loading branch information
yuvipanda committed Nov 5, 2021
1 parent cdea040 commit acd40b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/data8/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jupyterhub:

singleuser:
nodeSelector:
hub.jupyter.org/pool-name: delta-pool
hub.jupyter.org/pool-name: gamma-pool
storage:
type: static
static:
Expand Down
6 changes: 3 additions & 3 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ nodePools:
hub.jupyter.org/pool-name: gamma-pool
resources:
requests:
memory: 46786Mi
replicas: 0
memory: 13000Mi
replicas: 1
delta:
nodeSelector:
hub.jupyter.org/pool-name: delta-pool
resources:
requests:
memory: 46786Mi
replicas: 1
replicas: 0

0 comments on commit acd40b5

Please sign in to comment.