mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
move deployment to use forward instead of proxy (#119)
This commit is contained in:
parent
a8f008dbc1
commit
b3b3e14054
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ data:
|
||||||
fallthrough in-addr.arpa ip6.arpa
|
fallthrough in-addr.arpa ip6.arpa
|
||||||
}FEDERATIONS
|
}FEDERATIONS
|
||||||
prometheus :9153
|
prometheus :9153
|
||||||
proxy . UPSTREAMNAMESERVER
|
forward . UPSTREAMNAMESERVER
|
||||||
cache 30
|
cache 30
|
||||||
loop
|
loop
|
||||||
reload
|
reload
|
||||||
|
|
|
@ -55,7 +55,7 @@ function kube-dns-stubdomains-to-coredns {
|
||||||
errors
|
errors
|
||||||
cache 30
|
cache 30
|
||||||
loop
|
loop
|
||||||
proxy . SD_DESTINATION
|
forward . SD_DESTINATION
|
||||||
}'
|
}'
|
||||||
|
|
||||||
function dequote {
|
function dequote {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue