home-server/applications/stuff/authentik.yaml

43 lines
863 B
YAML
Raw Normal View History

2025-08-22 22:54:36 +10:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
source:
repoURL: https://charts.goauthentik.io
chart: "authentik"
targetRevision: 2025.6.4
type: helm
helm:
values: |
global:
envFrom:
- secretRef:
name: authentik-env
redis:
enabled: false
postgresql:
enabled: false
server:
ingress:
2025-08-22 23:41:06 +10:00
enabled: true
annotations:
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
hosts:
2025-08-22 23:55:37 +10:00
- auth.hxme.net
2025-08-22 23:41:06 +10:00
2025-08-22 22:54:36 +10:00
destination:
server: https://kubernetes.default.svc
namespace: home-server
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true