Merge pull request #562 from thomasferrandiz/fix-coredns-forcetcp

coredns: remove force_tcp option in nodelocaldns configmap
pull/563/head
thomasferrandiz 2024-11-12 14:52:03 +01:00 committed by GitHub
commit 2b854993b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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