mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
kubernetes: reload config (#71)
* reload config * bump version to 1.1.2
This commit is contained in:
parent
fef283bc9e
commit
92d854b01c
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue