Move namespacing around. Add DNS & LE. Add authentik.

This commit is contained in:
j 2025-08-14 00:39:59 +10:00
parent 8524e95c8d
commit 99afc0ca05
8 changed files with 343 additions and 2 deletions

View file

@ -0,0 +1,53 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator-crds
namespace: argocd
spec:
project: default
source:
repoURL: "https://helm.mariadb.com/mariadb-operator"
chart: "mariadb-operator-crds"
targetRevision: "25.8.3"
helm:
releaseName: "mariadb-operator-crds"
destination:
server: "https://kubernetes.default.svc"
namespace: database
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- SkipHooks=false
- SyncWave=0
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator
namespace: argocd
spec:
project: default
source:
repoURL: "https://helm.mariadb.com/mariadb-operator"
chart: "mariadb-operator"
targetRevision: "25.8.3"
helm:
releaseName: "mariadb-operator"
destination:
server: "https://kubernetes.default.svc"
namespace: database
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- SkipHooks=false
- SyncWave=1