Skip to content

Commit

Permalink
Require node affinity on hub user pods
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 6, 2024
1 parent 1732364 commit 232d3a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions applications/jupyterhub/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ prePuller:
continuous:
enabled: false
pullProfileListImages: false
scheduling:
userPods:
nodeAffinity:
matchNodePurpose: require

5 changes: 0 additions & 5 deletions applications/workspaces/deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,3 @@ harness:

- pytest /usr/src/app/
workspace_size: 2Gi
scheduling:
userPods:
nodeAffinity:
matchNodePurpose: require

0 comments on commit 232d3a6

Please sign in to comment.