Update k8s deployment for 1.7.0 (#233)

* use 1.7.0; add max_concurrent

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* 1000

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* add it to stubdomains too

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver 2020-06-29 10:58:50 -04:00 committed by GitHub
parent 916d90420d
commit 7de2b40d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -43,7 +43,9 @@ function kube-dns-stubdomains-to-coredns {
errors
cache 30
loop
forward . SD_DESTINATION
forward . SD_DESTINATION {
max_concurrent 1000
}
}'
function dequote {