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