diff --git a/template/services/values.yaml.jinja b/template/services/values.yaml.jinja index 5a56e79..46bc729 100644 --- a/template/services/values.yaml.jinja +++ b/template/services/values.yaml.jinja @@ -4,11 +4,7 @@ global: beamline: {{ beamline }} enabled: true -# ioc-instance: -# resources: -# limits: -# cpu: 500m -# memory: 1Gi -# requests: -# cpu: 100m -# memory: 128Mi \ No newline at end of file +ioc-instance: + # useHostNetwork - use host network for IOC - required for Channel Access + # to work outside of the cluster + hostNetwork: false