Skip to content

Commit

Permalink
Revert tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Oct 10, 2024
1 parent 7c30b2b commit ffebc7a
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,9 @@ ioc-instance:
values:
- bl45p

# extra toleration for bl45p's nodetype taint
tolerations:
- key: beamline
operator: Equal
value: bl45p
effect: NoSchedule
- key: location
operator: Equal
value: bl45p
effect: NoSchedule
- key: nodetype
operator: Equal
value: training-rig
effect: NoSchedule
- key: "nodetype"
operator: "Equal"
value: "test-rig"
effect: "NoSchedule"

0 comments on commit ffebc7a

Please sign in to comment.