Initial commit

This commit is contained in:
Quentin Legot 2023-10-03 18:14:40 +02:00
commit 1b726dc515
6 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: dovecat
labels:
app: dovecat
spec:
replicas: 1
revisionHistoryLimit: 0
selector:
matchLabels:
app: dovecat
tier: imap
strategy:
type: Recreate
template:
metadata:
app: dovecat
tier: imap

View File

View File

View File

@ -0,0 +1,10 @@
namePrefix: mail-
resources:
- dovecat-deployment.yaml
- dovecat-svc.yaml
- dovecat-volume.yaml
- postfix-deployment.yaml
- postfix-svc.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

View File

View File