auth update

This commit is contained in:
baschno
2026-02-12 22:20:11 +01:00
parent a5d220418e
commit c6d2b3de3c

View File

@@ -21,4 +21,51 @@ server:
postgresql:
enabled: false
auth:
password: "ThisIsNotASecurePassword"
password: "ThisIsNotASecurePassword" postgresql:
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
ingressClassName: nginx | traefik | kong
enabled: true postgresql:
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
ingressClassName: nginx | traefik | kong
enabled: true
hosts:
- authentik.domain.tld
# Disable the built-in PostgreSQL
postgresql:
enabled: false
hosts:
- authentik.domain.tld
# Disable the built-in PostgreSQL
postgresql:
enabled: false
postgresql:
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
ingressClassName: nginx | traefik | kong
enabled: true
hosts:
- authentik.domain.tld
# Disable the built-in PostgreSQL
postgresql:
enabled: false