mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
CoreDNS 1.0.6 (#62)
This commit is contained in:
parent
33c9db3d96
commit
c7d5d3185d
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ data:
|
|||
health
|
||||
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
|
||||
pods insecure
|
||||
upstream /etc/resolv.conf
|
||||
upstream
|
||||
fallthrough in-addr.arpa ip6.arpa
|
||||
}
|
||||
prometheus :9153
|
||||
|
@ -87,7 +87,7 @@ spec:
|
|||
operator: "Exists"
|
||||
containers:
|
||||
- name: coredns
|
||||
image: coredns/coredns:1.0.4
|
||||
image: coredns/coredns:1.0.6
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in a new issue