Skip to content

Commit

Permalink
Merge pull request #2382 from rajansandeep/updatemanifest
Browse files Browse the repository at this point in the history
Bump CoreDNS version and update manifest
  • Loading branch information
r2d4 authored Jan 4, 2018
2 parents 80b949d + 36fe308 commit c07bcd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deploy/addons/coredns/coreDNS-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/addons/coredns/coreDNS-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c07bcd6

Please sign in to comment.