Skip to content

Commit

Permalink
Merge pull request #5782 from shaneknapp/add-dev-nodepool-scaler
Browse files Browse the repository at this point in the history
[DH-303] moving dev hub to its own node pool
  • Loading branch information
balajialg authored Jun 8, 2024
2 parents b371990 + 3bb66fb commit f252127
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/dev/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jupyterhub:
mountPath: /home/jovyan
subPath: "{username}/1524699"
nodeSelector:
hub.jupyter.org/pool-name: small-courses-pool
hub.jupyter.org/pool-name: dev-pool
storage:
type: static
static:
Expand Down
8 changes: 8 additions & 0 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ nodePools:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 60929654784
replicas: 1
dev:
nodeSelector:
hub.jupyter.org/pool-name: dev-pool
resources:
requests:
# Some value slightly lower than allocatable RAM on the nodepool
memory: 29247442944
replicas: 0
dlab:
nodeSelector:
hub.jupyter.org/pool-name: dlab-pool
Expand Down

0 comments on commit f252127

Please sign in to comment.