mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
bump to 1.2.1, add loop (#92)
This commit is contained in:
parent
fb929deeae
commit
c7717afbfa
2 changed files with 3 additions and 1 deletions
|
@ -57,6 +57,7 @@ data:
|
||||||
prometheus :9153
|
prometheus :9153
|
||||||
proxy . UPSTREAMNAMESERVER
|
proxy . UPSTREAMNAMESERVER
|
||||||
cache 30
|
cache 30
|
||||||
|
loop
|
||||||
reload
|
reload
|
||||||
loadbalance
|
loadbalance
|
||||||
}STUBDOMAINS
|
}STUBDOMAINS
|
||||||
|
@ -91,7 +92,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: coredns/coredns:1.2.0
|
image: coredns/coredns:1.2.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
|
@ -51,6 +51,7 @@ function kube-dns-stubdomains-to-coredns {
|
||||||
SD_DOMAIN:53 {
|
SD_DOMAIN:53 {
|
||||||
errors
|
errors
|
||||||
cache 30
|
cache 30
|
||||||
|
loop
|
||||||
proxy . SD_DESTINATION
|
proxy . SD_DESTINATION
|
||||||
}'
|
}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue