arm64 dovecot

This commit is contained in:
2025-12-10 10:55:01 +01:00
parent 8b7b2a4160
commit 88c1d2e66d

View File

@@ -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