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