deployment for athentik

This commit is contained in:
Ubuntu
2026-01-12 16:24:49 +00:00
parent 8d3c77664f
commit 4dee56fb54
5 changed files with 215 additions and 0 deletions

22
apps/authentik-app.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2" # Vor Outline (Wave 5) starten
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: apps/authentik
destination:
server: https://kubernetes.default.svc
namespace: authentik
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true