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: "autentik" 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