Do not force TCP connections to upstreams. (#4492)

This commit is contained in:
Andreas Krüger 2019-04-10 21:40:09 +02:00 committed by Kubernetes Prow Robot
parent 3b9d13fda9
commit 15597aa493

View file

@ -51,8 +51,6 @@ data:
reload
loop
bind {{ nodelocaldns_ip }}
forward . {{ upstreamForwardTarget }} {
force_tcp
}
forward . {{ upstreamForwardTarget }}
prometheus :9253
}