home-server/applications/40-authentik/authentik.yaml

48 lines
1.1 KiB
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.goauthentik.io/"
chart: "authentik"
2025-08-14 00:53:22 +10:00
targetRevision: "2025.6.4"
type: "helm"
helm:
releaseName: "authentik"
2025-08-16 06:54:28 +00:00
values: |
2025-08-17 00:00:26 +00:00
#database:
# host: postgresql.database
# existingSecret: authentik-secret
# secretKeys:
# username: POSTGRES_USER
# password: POSTGRES_PASSWORD
# name: POSTGRES_DB
2025-08-16 23:37:57 +00:00
redis:
enabled: false
existingSecret: authentik-secret
secretKeys:
password: REDIS_PASSWORD
host: redis-master.database
postgresql:
2025-08-17 00:00:26 +00:00
enabled: true
global:
envFrom:
- secretRef:
name: authentik-env
destination:
server: "https://kubernetes.default.svc"
namespace: home-server
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true