Authentik/apps/authentik/values-authentik.yaml
Deibis Moreno c7987af996 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}
2026-04-15 15:52:55 +00:00

44 lines
1.4 KiB
YAML

authentik:
secret_key: "kiVT1RAqKUeEVwKshaISvO6NF24ZlVtwhi83mHP716NCp9QX/+b9ieBy5rrN3UIjDKliwOjAow/rrfxh"
error_reporting:
enabled: true
# Configuración para conectar con la BD externa
postgresql:
host: "postgres-postgresql.postgres.svc.cluster.local"
name: "authentik"
user: "authentik"
password: "authentik"
port: 5432
server:
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: cert-manager-webhook-duckdns-production
gethomepage.dev/description: "Dynamically Detected Homepage"
gethomepage.dev/enabled: "true"
gethomepage.dev/group: APP
gethomepage.dev/icon: "authentik.png"
gethomepage.dev/name: Authentik
ingress.spec.ingressClassName: traefik
kubernetes.io/tls-acme: "true"
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-to-https@kubernetescrd
ingressClassName: "traefik"
hosts:
- authentik.mitac.duckdns.org
paths:
- /
pathType: ImplementationSpecific
tls:
- secretName: "authentik.letsencrypt.key.tls"
hosts:
- authentik.mitac.duckdns.org
# ¡Importante! Desactiva el PostgreSQL interno
postgresql:
enabled: false
redis:
enabled: true