diff --git a/services/values.yaml b/services/values.yaml index 12e82c2..e9fabbd 100644 --- a/services/values.yaml +++ b/services/values.yaml @@ -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