chore(bootstrap): Added mailu to argocd
This commit is contained in:
@@ -12,3 +12,4 @@ resources:
|
||||
- uptime-kuma
|
||||
- pocket-id
|
||||
- vaultwarden
|
||||
- mailu
|
||||
|
||||
17
clusters/artemis/apps/mailu/app-project.yaml
Normal file
17
clusters/artemis/apps/mailu/app-project.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: mailu
|
||||
spec:
|
||||
description: Mailserver
|
||||
sourceRepos:
|
||||
- '*'
|
||||
sourceNamespaces:
|
||||
- '*'
|
||||
destinations:
|
||||
- namespace: 'mailu'
|
||||
server: '*'
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
24
clusters/artemis/apps/mailu/application.yaml
Normal file
24
clusters/artemis/apps/mailu/application.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: mailu
|
||||
namespace: mailu
|
||||
labels:
|
||||
platform.dgse.cloud/cluster: artemis
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: mailu
|
||||
source:
|
||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||
path: manifests/artemis/mailu
|
||||
targetRevision: HEAD
|
||||
destination:
|
||||
namespace: mailu
|
||||
name: in-cluster
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
7
clusters/artemis/apps/mailu/kustomization.yaml
Normal file
7
clusters/artemis/apps/mailu/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- app-project.yaml
|
||||
- application.yaml
|
||||
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