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
|
- 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
|
||||||
|
@ -146,6 +148,8 @@ spec:
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue