kubernetes: reload config (#71)

* reload config

* bump version to 1.1.2
This commit is contained in:
Chris O'Haver 2018-04-24 12:19:27 -04:00 committed by GitHub
parent fef283bc9e
commit 92d854b01c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ data:
prometheus :9153
proxy . /etc/resolv.conf
cache 30
reload
}
---
apiVersion: extensions/v1beta1
@ -87,7 +88,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: coredns/coredns:1.1.1
image: coredns/coredns:1.1.2
imagePullPolicy: IfNotPresent
args: [ "-conf", "/etc/coredns/Corefile" ]
volumeMounts: