chore(bootstrap): Added mailu to argocd

This commit is contained in:
Daniël Groothuis
2025-10-23 12:58:13 +02:00
parent e0714cd4cd
commit 63e315db84
7 changed files with 3095 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: mailu-certificates
spec:
secretName: mailu-certificates
issuerRef:
name: letsencrypt
kind: ClusterIssuer
dnsNames:
- mail.dgse.cloud
- smtp.dgse.cloud

View File

@@ -0,0 +1,11 @@
---
resources:
- cert.yaml
helmCharts:
- name: mailu
repo: https://mailu.github.io/helm-charts/
version: 2.1.2
releaseName: mailu
namespace: mailu
valuesFile: values.yaml

File diff suppressed because it is too large Load Diff