fix: limit no workers with hostNetwork
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user