plausible-hosting/k8s-manifests/mail-deployment.yaml
2021-05-15 09:31:31 +12:00

24 lines
386 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: mail
name: mail
spec:
replicas: 1
selector:
matchLabels:
app: mail
strategy: {}
template:
metadata:
labels:
app: mail
spec:
containers:
- image: bytemark/smtp
imagePullPolicy: IfNotPresent
name: mail
resources: {}
restartPolicy: Always