auth-system fix

This commit is contained in:
kisfenyo
2025-12-27 19:29:47 +01:00
parent 826c8d3b50
commit d1d6ec7e33
+5 -5
View File
@@ -25,7 +25,7 @@ global:
value: "authentik-redis-master"
# PostgreSQL config for SHARED database
- name: AUTHENTIK_POSTGRESQL__HOST
value: "postgresql.database-system.svc.cluster.local"
value: "postgresql-rw.database-system.svc.cluster.local"
- name: AUTHENTIK_POSTGRESQL__NAME
value: "authentik"
- name: AUTHENTIK_POSTGRESQL__USER
@@ -93,10 +93,10 @@ server:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
hosts:
- host: authentik.dooplex.hu
paths:
- path: /
pathType: Prefix
- authentik.dooplex.hu
paths:
- /
pathType: Prefix
tls:
- secretName: authentik-tls
hosts: