feature/mailu #5

Merged
bstein merged 71 commits from feature/mailu into main 2025-12-14 17:48:04 +00:00
Showing only changes of commit 29d22ba539 - Show all commits

View File

@ -109,10 +109,6 @@ spec:
extraContainers:
- name: unbound
image: docker.io/mvance/unbound:1.22.0
args:
- -d
- -c
- /etc/unbound/unbound.conf
ports:
- containerPort: 53
protocol: UDP
@ -120,7 +116,7 @@ spec:
protocol: TCP
volumeMounts:
- name: unbound-config
mountPath: /etc/unbound
mountPath: /opt/unbound/etc/unbound
- name: unbound-run
mountPath: /var/lib/unbound
dnsPolicy: None