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: |
|
|
|
|
postgresql:
|
|
|
|
enabled: false
|
|
|
|
redis:
|
|
|
|
enabled: false
|
|
|
|
postgresqlConfig:
|
|
|
|
host: postgresql.database
|
|
|
|
port: 5432
|
|
|
|
database: authentik
|
|
|
|
username: authentik
|
|
|
|
existingSecret: authentik-secrets
|
|
|
|
existingSecretKey: postgresql-password
|
|
|
|
redisConfig:
|
2025-08-17 13:42:44 +00:00
|
|
|
host: redis.database
|
2025-08-17 13:04:55 +00:00
|
|
|
port: <your-external-redis-port>
|
|
|
|
existingSecret: authentik-secrets
|
|
|
|
existingSecretKey: redis-password
|
|
|
|
authentik:
|
|
|
|
secret_key_existing_secret: authentik-secrets
|
|
|
|
secret_key_existing_secret_key: secret-key
|
|
|
|
external_url: "https://authentik.yourdomain.com/"
|
|
|
|
ingress:
|
|
|
|
enabled: true
|
|
|
|
hosts:
|
|
|
|
- host: authentik.hxme.net
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
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
|