From 35c5cce9640c2acfd274f411254989da18b0b1b9 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Aug 2025 22:03:47 +1000 Subject: [PATCH] Add authentik --- applications/50-authentik/authentik.yaml | 39 ++++++++++++++++++++++++ deploy/server.yaml | 7 ++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 applications/50-authentik/authentik.yaml diff --git a/applications/50-authentik/authentik.yaml b/applications/50-authentik/authentik.yaml new file mode 100644 index 0000000..536546e --- /dev/null +++ b/applications/50-authentik/authentik.yaml @@ -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 + diff --git a/deploy/server.yaml b/deploy/server.yaml index 2995cbe..4dded49 100644 --- a/deploy/server.yaml +++ b/deploy/server.yaml @@ -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: