From 88c1d2e66dabbac9bd225c0ea7508e512d1d60a7 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 10 Dec 2025 10:55:01 +0100 Subject: [PATCH] arm64 dovecot --- mail.pod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail.pod.yaml b/mail.pod.yaml index decd124..5588cd7 100644 --- a/mail.pod.yaml +++ b/mail.pod.yaml @@ -118,7 +118,7 @@ spec: apiVersion: v1 kind: Pod metadata: - name: mail-pod + name: mail spec: containers: - name: postfix @@ -136,7 +136,7 @@ spec: args: ["/usr/sbin/postfix start-fg >>/dev/stdout 2>>/dev/stderr & tail -f /dev/null"] - name: dovecot - image: docker.io/dovecot/dovecot + image: docker.io/dovecot/dovecot:latest-arm64 ports: - containerPort: 143 hostPort: 14343