fix: limit no workers with hostNetwork

This commit is contained in:
2025-09-19 18:00:46 +02:00
parent e1d4dbecc6
commit 03379f9186
@@ -13,7 +13,7 @@ controller:
cpu: {{ .Values.nginx.resources.controller.cpu }}
memory: {{ .Values.nginx.resources.controller.memory }}
{{if eq .Values.clusterConfig.cluster "ekman"}}
{{if eq .Values.clusterConfig.ingress_hostnetwork }}
config:
worker-prcesses: 32
{{end }}