mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +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
|
@ -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…
Add table
Add a link
Reference in a new issue