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