authentik update

This commit is contained in:
baschno
2026-02-12 22:16:00 +01:00
parent 3226e527f4
commit a5d220418e

View File

@@ -5,8 +5,10 @@ authentik:
error_reporting:
enabled: true
postgresql:
password: "ThisIsNotASecurePassword"
host: "your-cnpg-cluster-rw.namespace.svc.cluster.local"
name: "authentik"
port: 5432
existingSecret: "authentik-credentials" # if you want to use a secret
server:
ingress:
# Specify kubernetes ingress controller class name
@@ -15,7 +17,8 @@ server:
hosts:
- authentik.domain.tld
# Disable the built-in PostgreSQL
postgresql:
enabled: true
enabled: false
auth:
password: "ThisIsNotASecurePassword"