Skip to content

Commit

Permalink
moving dev hub to its own pool
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Jun 7, 2024
1 parent 4549129 commit 3bb66fb
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 @@ -79,7 +79,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 3bb66fb

Please sign in to comment.