chaos.mail
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user