mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02: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
|
health
|
||||||
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
|
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
|
||||||
pods insecure
|
pods insecure
|
||||||
upstream /etc/resolv.conf
|
upstream
|
||||||
fallthrough in-addr.arpa ip6.arpa
|
fallthrough in-addr.arpa ip6.arpa
|
||||||
}
|
}
|
||||||
prometheus :9153
|
prometheus :9153
|
||||||
|
@ -87,7 +87,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: coredns/coredns:1.0.4
|
image: coredns/coredns:1.0.6
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: [ "-conf", "/etc/coredns/Corefile" ]
|
args: [ "-conf", "/etc/coredns/Corefile" ]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue