2024-11-12 20:20:10 +00:00
|
|
|
authentik:
|
2025-09-06 21:41:22 +00:00
|
|
|
log_level: warning
|
2025-12-28 20:03:37 +00:00
|
|
|
# log_level: trace
|
2024-11-12 20:20:10 +00:00
|
|
|
secret_key: "${secret_key}"
|
|
|
|
|
# This sends anonymous usage-data, stack traces on errors and
|
|
|
|
|
# performance data to authentik.error-reporting.a7k.io, and is fully opt-in
|
|
|
|
|
error_reporting:
|
|
|
|
|
enabled: true
|
|
|
|
|
postgresql:
|
2025-10-08 21:56:03 +00:00
|
|
|
# host: postgresql.dbaas
|
|
|
|
|
host: pgbouncer.authentik
|
|
|
|
|
port: 6432
|
2024-11-12 20:20:10 +00:00
|
|
|
user: authentik
|
|
|
|
|
password: ${postgres_password}
|
|
|
|
|
redis:
|
2025-01-15 22:28:46 +00:00
|
|
|
host: redis.redis
|
2024-11-12 20:20:10 +00:00
|
|
|
|
|
|
|
|
server:
|
2025-03-16 18:26:32 +00:00
|
|
|
replicas: 3
|
2024-11-12 20:20:10 +00:00
|
|
|
ingress:
|
|
|
|
|
enabled: false
|
|
|
|
|
# hosts:
|
|
|
|
|
# - authentik.viktorbarzin.me
|
2024-12-30 14:01:38 +00:00
|
|
|
podAnnotations:
|
|
|
|
|
diun.enable: true
|
|
|
|
|
diun.include_tags: "^202[0-9].[0-9]+.*$" # no need to annotate the worker as it uses the same image
|
|
|
|
|
global:
|
|
|
|
|
addPrometheusAnnotations: true
|
2025-03-16 18:26:32 +00:00
|
|
|
|
|
|
|
|
worker:
|
|
|
|
|
replicas: 3
|