From 0f30139d29296bf56502c4f0cca9333595b05745 Mon Sep 17 00:00:00 2001 From: Podman Rootless Date: Fri, 28 Nov 2025 20:44:28 +0100 Subject: [PATCH] chaos.mail --- mail.pod.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail.pod.yaml b/mail.pod.yaml index 0993768..decd124 100644 --- a/mail.pod.yaml +++ b/mail.pod.yaml @@ -122,7 +122,7 @@ metadata: spec: containers: - name: postfix - image: alpine/postfix + image: docker.io/mailcow/postfix ports: - containerPort: 25 hostPort: 2525 @@ -136,7 +136,7 @@ spec: args: ["/usr/sbin/postfix start-fg >>/dev/stdout 2>>/dev/stderr & tail -f /dev/null"] - name: dovecot - image: alpine/dovecot + image: docker.io/dovecot/dovecot ports: - containerPort: 143 hostPort: 14343 @@ -157,3 +157,4 @@ spec: - name: mail-storage-pvc persistentVolumeClaim: claimName: mail-storage +