fix mailer exec format error
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user