mirror of
https://github.com/plausible/hosting.git
synced 2025-07-02 01:57:29 -05:00
Add WIP Kubernetes support
This commit is contained in:
23
k8s-manifests/mail-deployment.yaml
Normal file
23
k8s-manifests/mail-deployment.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
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
|
Reference in New Issue
Block a user