auth-system fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user