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

@@ -12,3 +12,4 @@ resources:
- uptime-kuma
- pocket-id
- vaultwarden
- mailu

View 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: '*'

View 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

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml