Mount bind cache as empty dir
This commit is contained in:
parent
6133b4b77a
commit
b9814b70b6
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,8 @@ spec:
|
||||||
- name: dns-secrets
|
- name: dns-secrets
|
||||||
mountPath: /etc/bind/externaldns-key.conf
|
mountPath: /etc/bind/externaldns-key.conf
|
||||||
subPath: externaldns-key.conf
|
subPath: externaldns-key.conf
|
||||||
|
- name: bind-cache
|
||||||
|
mountPath: /var/cache/bind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dns-secrets
|
- name: dns-secrets
|
||||||
secret:
|
secret:
|
||||||
|
@ -125,6 +127,8 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: bind-master-config
|
name: bind-master-config
|
||||||
|
- name: bind-cache
|
||||||
|
emptyDir: {}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue