mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 04:28:38 +02:00
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:
parent
916d90420d
commit
7de2b40d2f
2 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue