fix(infra-ingress): dns on hostNetwork
This commit is contained in:
parent
de32a17556
commit
64051152d3
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ spec:
|
||||||
deployment:
|
deployment:
|
||||||
enabled: {{ toYaml (not .Values.external) }}
|
enabled: {{ toYaml (not .Values.external) }}
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
|
{{- if .Values.hostNetwork }}
|
||||||
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
|
{{- end }}
|
||||||
hostNetwork: {{ .Values.hostNetwork }}
|
hostNetwork: {{ .Values.hostNetwork }}
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
|
|
Loading…
Add table
Reference in a new issue