Actualizar apps/authentik/values-authentik.yaml
Había un error en el password que el pod destacaba
{"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267848.8527617}
{"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267849.868369}
{"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"10.43.181.247\", port 5432 failed: FATAL: password authentication failed for user \"authentik\")", "level": "info", "logger": "authentik.lib.config", "timestamp": 1776267850.891542}
This commit is contained in:
parent
6ead744a2f
commit
c7987af996
@ -7,7 +7,7 @@ authentik:
|
|||||||
host: "postgres-postgresql.postgres.svc.cluster.local"
|
host: "postgres-postgresql.postgres.svc.cluster.local"
|
||||||
name: "authentik"
|
name: "authentik"
|
||||||
user: "authentik"
|
user: "authentik"
|
||||||
password: "autentik"
|
password: "authentik"
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user