chore(bootstrap): Added mailu to argocd
This commit is contained in:
13
manifests/artemis/mailu/cert.yaml
Normal file
13
manifests/artemis/mailu/cert.yaml
Normal 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
|
||||
11
manifests/artemis/mailu/kustomization.yaml
Normal file
11
manifests/artemis/mailu/kustomization.yaml
Normal 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
|
||||
3022
manifests/artemis/mailu/values.yaml
Normal file
3022
manifests/artemis/mailu/values.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user