manifest update
parent
59274b22da
commit
36fe30865e
|
@ -11,7 +11,10 @@ data:
|
||||||
errors
|
errors
|
||||||
log
|
log
|
||||||
health
|
health
|
||||||
kubernetes cluster.local 10.0.0.0/24
|
kubernetes cluster.local 10.0.0.0/24 {
|
||||||
|
pods insecure
|
||||||
|
upstream /etc/resolv.conf
|
||||||
|
}
|
||||||
prometheus
|
prometheus
|
||||||
proxy . /etc/resolv.conf
|
proxy . /etc/resolv.conf
|
||||||
cache 30
|
cache 30
|
||||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
containers:
|
containers:
|
||||||
- name: coredns
|
- name: coredns
|
||||||
image: registry.hub.docker.com/coredns/coredns:0.9.10
|
image: registry.hub.docker.com/coredns/coredns:1.0.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
Loading…
Reference in New Issue