coredns: remove force_tcp option in nodelocaldns configmap

Ref: SURE-9325
pull/562/head
Thomas Ferrandiz 2024-11-12 10:08:10 +00:00
parent 50fc373c53
commit dd562230eb
2 changed files with 2 additions and 4 deletions

View File

@ -74,9 +74,7 @@ data:
{{- else }}
bind {{ .Values.nodelocal.ip_address }} {{ template "nodelocalUpstreamDNSServerIP" . }}
{{- end}}
forward . __PILLAR__UPSTREAM__SERVERS__ {
force_tcp
}
forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253
}
{{- end }}

View File

@ -1,2 +1,2 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.33.0/coredns-1.33.0.tgz
packageVersion: 03
packageVersion: 04