Update version to 1.5.0 and update manifest (#152)

* Bump coredns to v1.5.0 and update manifest

* revert /tmp workaround
This commit is contained in:
Sandeep Rajan 2019-04-24 12:28:03 -04:00 committed by Chris O'Haver
parent 4dc43f42c5
commit d26b5fbfcb

View file

@ -55,9 +55,9 @@ data:
.:53 { .:53 {
errors errors
health health
ready
kubernetes CLUSTER_DOMAIN REVERSE_CIDRS { kubernetes CLUSTER_DOMAIN REVERSE_CIDRS {
pods insecure pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa fallthrough in-addr.arpa ip6.arpa
}FEDERATIONS }FEDERATIONS
prometheus :9153 prometheus :9153
@ -99,7 +99,7 @@ spec:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
containers: containers:
- name: coredns - name: coredns
image: coredns/coredns:1.3.1 image: coredns/coredns:1.5.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resources: resources:
limits: limits:
@ -112,8 +112,6 @@ spec:
- name: config-volume - name: config-volume
mountPath: /etc/coredns mountPath: /etc/coredns
readOnly: true readOnly: true
- name: tmp
mountPath: /tmp
ports: ports:
- containerPort: 53 - containerPort: 53
name: dns name: dns
@ -143,13 +141,11 @@ spec:
failureThreshold: 5 failureThreshold: 5
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health path: /ready
port: 8080 port: 8181
scheme: HTTP scheme: HTTP
dnsPolicy: Default dnsPolicy: Default
volumes: volumes:
- name: tmp
emptyDir: {}
- name: config-volume - name: config-volume
configMap: configMap:
name: coredns name: coredns