mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-05-05 12:32:34 +02:00
add tmp volume mount (#138)
This commit is contained in:
parent
5cc468ccd8
commit
b5043b3b75
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,8 @@ spec:
|
|||
- name: config-volume
|
||||
mountPath: /etc/coredns
|
||||
readOnly: true
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
ports:
|
||||
- containerPort: 53
|
||||
name: dns
|
||||
|
@ -146,6 +148,8 @@ spec:
|
|||
scheme: HTTP
|
||||
dnsPolicy: Default
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
- name: config-volume
|
||||
configMap:
|
||||
name: coredns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue