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: metadata:
name: mail name: mail
spec: spec:
nodeSelector:
kubernetes.io/arch: "amd64"
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
@@ -14,8 +12,10 @@ spec:
labels: labels:
app: mail app: mail
spec: spec:
nodeSelector:
kubernetes.io/arch: "amd64"
containers: containers:
- name: mail - name: mail
image: bytemark/smtp image: bytemark/smtp
ports: ports:
- containerPort: 25 - containerPort: 25