mailu: fix unbound sidecar mounts
This commit is contained in:
parent
118032d2c6
commit
29d22ba539
@ -109,10 +109,6 @@ spec:
|
|||||||
extraContainers:
|
extraContainers:
|
||||||
- name: unbound
|
- name: unbound
|
||||||
image: docker.io/mvance/unbound:1.22.0
|
image: docker.io/mvance/unbound:1.22.0
|
||||||
args:
|
|
||||||
- -d
|
|
||||||
- -c
|
|
||||||
- /etc/unbound/unbound.conf
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 53
|
- containerPort: 53
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
@ -120,7 +116,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: unbound-config
|
- name: unbound-config
|
||||||
mountPath: /etc/unbound
|
mountPath: /opt/unbound/etc/unbound
|
||||||
- name: unbound-run
|
- name: unbound-run
|
||||||
mountPath: /var/lib/unbound
|
mountPath: /var/lib/unbound
|
||||||
dnsPolicy: None
|
dnsPolicy: None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user