mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 20:42:33 +02:00
Up version to 1.2.0 (#83)
New version of CoreDNS and add loadbalance plugin. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
e45da69fab
commit
bf175f0770
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ data:
|
||||||
proxy . /etc/resolv.conf
|
proxy . /etc/resolv.conf
|
||||||
cache 30
|
cache 30
|
||||||
reload
|
reload
|
||||||
|
loadbalance
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
|
@ -88,7 +89,7 @@ spec:
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: coredns/coredns:1.1.3
|
image: coredns/coredns:1.2.0
|
||||||
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