mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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
|
||||
}
|
||||
prometheus :9153
|
||||
forward . UPSTREAMNAMESERVER
|
||||
forward . UPSTREAMNAMESERVER {
|
||||
max_concurrent 1000
|
||||
}
|
||||
cache 30
|
||||
loop
|
||||
reload
|
||||
|
@ -107,7 +109,7 @@ spec:
|
|||
topologyKey: kubernetes.io/hostname
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.6.7
|
||||
image: coredns/coredns:1.7.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue