fix mailer exec format error

This commit is contained in:
2025-04-14 12:31:10 +02:00
parent fcf2450a8e
commit 8dd4f30803

View File

@@ -3,8 +3,6 @@ kind: Deployment
metadata:
name: mail
spec:
nodeSelector:
kubernetes.io/arch: "amd64"
replicas: 1
selector:
matchLabels:
@@ -14,8 +12,10 @@ spec:
labels:
app: mail
spec:
nodeSelector:
kubernetes.io/arch: "amd64"
containers:
- name: mail
image: bytemark/smtp
ports:
- containerPort: 25
- containerPort: 25