Skip to content

Commit

Permalink
Merge pull request #1573 from GeorgianaElena/ohw-dask-selectors
Browse files Browse the repository at this point in the history
Only schedule the dask worker and scheduler pods in the new node pool
  • Loading branch information
GeorgianaElena authored Jul 29, 2022
2 parents 840b3bd + 03d656d commit ba240a1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions config/clusters/2i2c/ohw.values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
dask-gateway:
gateway:
nodeSelector:
2i2c.org/community: ohw
backend:
scheduler:
extraPodConfig:
nodeSelector:
2i2c.org/community: ohw
worker:
extraPodConfig:
nodeSelector:
2i2c.org/community: ohw
basehub:
userServiceAccount:
annotations:
Expand Down

0 comments on commit ba240a1

Please sign in to comment.