cluster

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

commit 0d90417e8233883c17fd534d3c606ac85cdd43e3
parent 4868cf88a30b3b3d3cc051ad1aa173fc9178a1f9
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Sun,  1 Feb 2026 18:45:45 +0100

try to fix mailserver

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

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

diff --git a/apps/talos_cluster/mailserver/release.yaml b/apps/talos_cluster/mailserver/release.yaml @@ -208,6 +208,26 @@ spec: existingClaim: "mailserver-docker-mailserver-mail-state" mail-log: enabled: false + persistence: + # Stores generated configuration files + # https://docker-mailserver.github.io/docker-mailserver/edge/faq/#what-about-the-docker-datadmsconfig-directory + mail-config: + volumeName: mail-config + mountPath: /tmp/docker-mailserver + subPath: + + # Stores emails + mail-data: + volumeName: mail-data + mountPath: /var/mail + subPath: + + # Stores state for Postfix, Dovecot, Fail2Ban, Amavis, PostGrey, ClamAV, SpamAssassin, Rspamd & Redis + # https://docker-mailserver.github.io/docker-mailserver/edge/faq/#what-about-the-docker-datadmsmail-state-directory + mail-state: + volumeName: mail-state + mountPath: /var/mail-state + subPath: rspamd: ingress: enabled: false