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