mirror of https://git.rancher.io/rke2-charts
Merge pull request #562 from thomasferrandiz/fix-coredns-forcetcp
coredns: remove force_tcp option in nodelocaldns configmappull/563/head
commit
2b854993b2
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue