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:
Miek Gieben 2018-07-11 16:17:29 +01:00 committed by Chris O'Haver
parent e45da69fab
commit bf175f0770

View file

@ -58,6 +58,7 @@ data:
proxy . /etc/resolv.conf
cache 30
reload
loadbalance
}
---
apiVersion: extensions/v1beta1
@ -88,7 +89,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: coredns/coredns:1.1.3
image: coredns/coredns:1.2.0
imagePullPolicy: IfNotPresent
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: