27 lines
648 B
YAML
27 lines
648 B
YAML
authentik:
|
|
secret_key: <secret key>
|
|
# This sends anonymous usage-data, stack traces on errors and
|
|
# performance data to sentry.io, and is fully opt-in
|
|
error_reporting:
|
|
enabled: false
|
|
postgresql:
|
|
password: <database password>
|
|
|
|
server:
|
|
ingress:
|
|
# Specify kubernetes ingress controller class name
|
|
ingressClassName: traefik
|
|
enabled: true
|
|
hosts:
|
|
- <authentik hostname>
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
|
tls:
|
|
- hosts:
|
|
- <authentik hostname>
|
|
secretName: authentik-tls
|
|
|
|
postgresql:
|
|
enabled: true
|
|
auth:
|
|
password: <database password>
|