fix(infra-ingress): dns on hostNetwork

This commit is contained in:
WrenIX 2024-07-19 16:24:29 +02:00
parent de32a17556
commit 64051152d3
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -27,6 +27,9 @@ spec:
deployment:
enabled: {{ toYaml (not .Values.external) }}
kind: DaemonSet
{{- if .Values.hostNetwork }}
dnsPolicy: ClusterFirstWithHostNet
{{- end }}
hostNetwork: {{ .Values.hostNetwork }}
updateStrategy:
rollingUpdate: