Skip to content

Commit

Permalink
remove redundant affinity and tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 12, 2024
1 parent efb2e97 commit e3a9396
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,4 @@ global:
ioc-instance:
# useHostNetwork - use host network for IOC - required for Channel Access
# to work outside of the cluster
hostNetwork: true

# affinity and tolerations to get the right nodes on pollux
securityContext:
runAsUser: 37500
runAsGroup: 37500

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: beamline
operator: In
values:
- bl47p

tolerations:
- key: beamline
operator: Equal
value: bl47p
effect: NoSchedule
- key: location
operator: Equal
value: bl47p
effect: NoSchedule
- key: nodetype
operator: Equal
value: training-rig
effect: NoSchedule
hostNetwork: false

0 comments on commit e3a9396

Please sign in to comment.