chaos.mail

This commit is contained in:
Podman Rootless
2025-11-28 20:44:28 +01:00
parent 478071166e
commit 0f30139d29

View File

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