2025-08-14 00:39:59 +10:00
|
|
|
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
|
2025-08-14 00:39:59 +10:00
|
|
|
helm:
|
2025-08-17 13:04:55 +00:00
|
|
|
values: |
|
2025-08-17 15:14:56 +00:00
|
|
|
global:
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: authentik-env
|
2025-08-17 13:04:55 +00:00
|
|
|
redis:
|
2025-08-18 11:39:04 +00:00
|
|
|
enabled: false
|
2025-08-17 15:15:58 +00:00
|
|
|
|
2025-08-17 14:30:42 +00:00
|
|
|
postgresql:
|
2025-08-17 15:15:58 +00:00
|
|
|
enabled: false
|
|
|
|
|
2025-08-21 23:05:41 +10:00
|
|
|
server:
|
2025-08-17 13:04:55 +00:00
|
|
|
ingress:
|
|
|
|
enabled: true
|
2025-08-21 22:27:43 +10:00
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
2025-08-17 13:04:55 +00:00
|
|
|
hosts:
|
2025-08-21 22:01:23 +10:00
|
|
|
- host: auth.hxme.net
|
2025-08-17 13:04:55 +00:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
2025-08-21 22:27:43 +10:00
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- auth.hxme.net
|
|
|
|
secretName: wildcard-hxme-net
|
2025-08-14 00:39:59 +10:00
|
|
|
destination:
|
2025-08-17 13:04:55 +00:00
|
|
|
server: https://kubernetes.default.svc
|
2025-08-14 00:39:59 +10:00
|
|
|
namespace: home-server
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|
2025-08-17 13:04:55 +00:00
|
|
|
prune: true
|
2025-08-14 00:39:59 +10:00
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|