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:
|
||||
enabled: {{ toYaml (not .Values.external) }}
|
||||
kind: DaemonSet
|
||||
{{- if .Values.hostNetwork }}
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
{{- end }}
|
||||
hostNetwork: {{ .Values.hostNetwork }}
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
|
|
Loading…
Add table
Reference in a new issue