diff --git a/infra-ingress/templates/traefik/release.yaml b/infra-ingress/templates/traefik/release.yaml index 0fde13a..a0b1fd0 100644 --- a/infra-ingress/templates/traefik/release.yaml +++ b/infra-ingress/templates/traefik/release.yaml @@ -27,6 +27,9 @@ spec: deployment: enabled: {{ toYaml (not .Values.external) }} kind: DaemonSet + {{- if .Values.hostNetwork }} + dnsPolicy: ClusterFirstWithHostNet + {{- end }} hostNetwork: {{ .Values.hostNetwork }} updateStrategy: rollingUpdate: