From 29d22ba53909e9c2bab39e109bf7fcb5d4becfa9 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 12 Dec 2025 01:19:27 -0300 Subject: [PATCH] mailu: fix unbound sidecar mounts --- services/mailu/helmrelease.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/mailu/helmrelease.yaml b/services/mailu/helmrelease.yaml index 9d302a2..bbbe2d3 100644 --- a/services/mailu/helmrelease.yaml +++ b/services/mailu/helmrelease.yaml @@ -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