Add authentik

This commit is contained in:
j 2025-08-13 22:03:47 +10:00
parent 85a927d356
commit 35c5cce964
2 changed files with 45 additions and 1 deletions

View file

@ -0,0 +1,39 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.goauthentik.io/"
chart: "authentik"
targetRevision: "2024.4.2"
helm:
releaseName: "authentik"
values: |
postgresql:
enabled: false
server:
ingress:
annotations:
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
tls:
- secretName: wildcard-hxme-net
hosts:
- auth.hxme.net
valueFiles: []
valuesFrom:
- kind: Secret
name: authentik-values
destination:
server: "https://kubernetes.default.svc"
namespace: home-server
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View file

@ -33,9 +33,14 @@ spec:
namespace: database
wave: 3
- name: authentik
path: applications/50-authentik
namespace: home-server
wave: 4
- name: nextcloud
path: applications/50-nextcloud
namespace: nextcloud
namespace: home-server
wave: 4
template: