fix: fix hostNetwork setting
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
# See templates/_helpers.tpl
|
||||
# nameOverride:
|
||||
fullnameOverride: main-ingress-nginx
|
||||
hostNetwork: {{ .Values.clusterConfig.ingress_hostnetwork }}
|
||||
controller:
|
||||
resources:
|
||||
#limits:
|
||||
@@ -71,6 +70,8 @@ controller:
|
||||
udp: {}
|
||||
{{- end }}
|
||||
|
||||
hostNetwork: {{ .Values.clusterConfig.ingress_hostnetwork }}
|
||||
|
||||
hostPort:
|
||||
enabled: {{ .Values.clusterConfig.ingress_hostport }}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user