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

48 lines
1 KiB
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
source:
2025-08-17 13:44:49 +00:00
repoURL: https://charts.goauthentik.io
2025-08-17 13:42:44 +00:00
chart: "authentik"
2025-08-17 13:44:03 +00:00
targetRevision: 2025.6.4
2025-08-17 13:45:57 +00:00
type: helm
helm:
values: |
2025-08-17 15:14:56 +00:00
global:
envFrom:
- secretRef:
name: authentik-env
redis:
2025-08-18 11:39:04 +00:00
enabled: false
2025-08-17 14:30:42 +00:00
postgresql:
enabled: false
2025-08-21 23:05:41 +10:00
server:
ingress:
enabled: true
annotations:
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
hosts:
- host: auth.hxme.net
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- auth.hxme.net
secretName: wildcard-hxme-net
destination:
server: https://kubernetes.default.svc
namespace: home-server
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true