add plausible
This commit is contained in:
19
deploy/plausible/mail-deploy.yaml
Normal file
19
deploy/plausible/mail-deploy.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mail
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: mail
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: mail
|
||||
spec:
|
||||
containers:
|
||||
- name: mail
|
||||
image: bytemark/smtp
|
||||
ports:
|
||||
- containerPort: 25
|
||||
Reference in New Issue
Block a user