mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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
|
||||
}FEDERATIONS
|
||||
prometheus :9153
|
||||
proxy . UPSTREAMNAMESERVER
|
||||
forward . UPSTREAMNAMESERVER
|
||||
cache 30
|
||||
loop
|
||||
reload
|
||||
|
|
|
@ -55,7 +55,7 @@ function kube-dns-stubdomains-to-coredns {
|
|||
errors
|
||||
cache 30
|
||||
loop
|
||||
proxy . SD_DESTINATION
|
||||
forward . SD_DESTINATION
|
||||
}'
|
||||
|
||||
function dequote {
|
||||
|
|
Loading…
Reference in a new issue