arm64 dovecot
This commit is contained in:
@@ -118,7 +118,7 @@ spec:
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
name: mail-pod
|
name: mail
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postfix
|
- name: postfix
|
||||||
@@ -136,7 +136,7 @@ spec:
|
|||||||
args: ["/usr/sbin/postfix start-fg >>/dev/stdout 2>>/dev/stderr & tail -f /dev/null"]
|
args: ["/usr/sbin/postfix start-fg >>/dev/stdout 2>>/dev/stderr & tail -f /dev/null"]
|
||||||
|
|
||||||
- name: dovecot
|
- name: dovecot
|
||||||
image: docker.io/dovecot/dovecot
|
image: docker.io/dovecot/dovecot:latest-arm64
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 143
|
- containerPort: 143
|
||||||
hostPort: 14343
|
hostPort: 14343
|
||||||
|
|||||||
Reference in New Issue
Block a user