mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01: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
|
||||
proxy . UPSTREAMNAMESERVER
|
||||
cache 30
|
||||
loop
|
||||
reload
|
||||
loadbalance
|
||||
}STUBDOMAINS
|
||||
|
@ -91,7 +92,7 @@ spec:
|
|||
operator: "Exists"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.2.0
|
||||
image: coredns/coredns:1.2.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
@ -51,6 +51,7 @@ function kube-dns-stubdomains-to-coredns {
|
|||
SD_DOMAIN:53 {
|
||||
errors
|
||||
cache 30
|
||||
loop
|
||||
proxy . SD_DESTINATION
|
||||
}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue