cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 869b7d75ab1cf2750db2f505c706f0d052d2c1b5
parent 0d90417e8233883c17fd534d3c606ac85cdd43e3
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun,  1 Feb 2026 18:50:25 +0100

try fixing mail

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/mailserver/release.yaml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/mailserver/release.yaml b/apps/talos_cluster/mailserver/release.yaml @@ -180,6 +180,8 @@ spec: - name: mailman-opt persistentVolumeClaim: claimName: mailman-opt-mailman-0 + - name: mail-log + emptyDir: {} service: #annotations: # external-dns.alpha.kubernetes.io/hostname: mail.midnightthoughts.space @@ -228,6 +230,13 @@ spec: volumeName: mail-state mountPath: /var/mail-state subPath: + + # Store mail logs + mail-log: + volumeName: mail-log + mountPath: /var/log/mail + subPath: + rspamd: ingress: enabled: false