Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Sep 3, 2024
1 parent a59624c commit 4c06cde
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,32 @@ ioc-instance:
# useHostNetwork - use host network for IOC - required for Channel Access
# to work outside of the cluster
hostNetwork: false

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

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

tolerations:
- key: beamline
operator: Equal
value: bl46p
effect: NoSchedule
- key: location
operator: Equal
value: bl46p
effect: NoSchedule
- key: nodetype
operator: Equal
value: training-rig
effect: NoSchedule

0 comments on commit 4c06cde

Please sign in to comment.