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

@ -56,7 +56,9 @@ data:
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
} }
prometheus :9153 prometheus :9153
forward . UPSTREAMNAMESERVER forward . UPSTREAMNAMESERVER {
max_concurrent 1000
}
cache 30 cache 30
loop loop
reload reload
@ -107,7 +109,7 @@ spec:
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
containers: containers:
- name: coredns - name: coredns
image: coredns/coredns:1.6.7 image: coredns/coredns:1.7.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:

View file

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