Skip to content

Commit

Permalink
Add toleration to core pods
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Feb 15, 2024
1 parent 0de9952 commit daf16dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ scheduling:
- key: hub.jupyter.org/imagepulling
operator: Exists
effect: NoExecute
- key: node-role.kubernetes.io/master
operator: Equal
effect: NoSchedule
nodeAffinity:
matchNodePurpose: prefer
userPods:
Expand Down Expand Up @@ -699,6 +702,7 @@ shib:
requests:
memory: 64Mi
cpu: 50m
tolerations: []
ingress:
enabled: false
host: example.com
Expand Down

0 comments on commit daf16dc

Please sign in to comment.