Skip to content

Commit

Permalink
add tmp volume mount (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajansandeep authored and chrisohaver committed Apr 8, 2019
1 parent 5cc468c commit b5043b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/coredns.yaml.sed
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ spec:
- name: config-volume
mountPath: /etc/coredns
readOnly: true
- name: tmp
mountPath: /tmp
ports:
- containerPort: 53
name: dns
Expand Down Expand Up @@ -146,6 +148,8 @@ spec:
scheme: HTTP
dnsPolicy: Default
volumes:
- name: tmp
emptyDir: {}
- name: config-volume
configMap:
name: coredns
Expand Down

0 comments on commit b5043b3

Please sign in to comment.