Compare commits

...

4 Commits

Author SHA1 Message Date
59660756dc Merge pull request 'Actualizar apps/authentik/values-authentik.yaml' (#4) from fix-password into main
Reviewed-on: #4
2026-04-15 15:54:28 +00:00
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
6ead744a2f Actualizar apps/authentik/authentik-app.yaml 2026-04-15 01:46:30 +00:00
1613970e16 Merge pull request 'Fix configuración inicial - 2026-04-13T22:31:50-04:00' (#3) from feat/dm/gitops into main
Reviewed-on: #3
2026-04-14 02:34:05 +00:00
2 changed files with 8 additions and 7 deletions

View File

@ -6,18 +6,19 @@ metadata:
spec:
project: default
sources:
# FUENTE A: El Chart oficial (repositorio externo)
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
chart: goauthentik
targetRevision: 2026.2.2 # Versión específica del chart
helm:
valueFiles:
- $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea
# FUENTE B: Tu repositorio de Gitea (tu fuente de la verdad)
- repoURL: 'https://gitea.mitac.duckdns.org/deimo72/Authentik.git'
targetRevision: main
ref: configuracion # Este nombre se usa como prefijo arriba ($configuracion)
ref: configuracion ## Define la variable $configuracion
# FUENTE A: El Chart oficial (repositorio externo)
- repoURL: 'https://charts.goauthentik.io' # Ajusta a la URL del chart que usas
chart: authentik
targetRevision: 2026.2.2 # Versión específica del chart
helm:
valueFiles:
- $configuracion/apps/authentik/values-authentik.yaml # Ruta exacta en tu Gitea
destination:
server: 'https://kubernetes.default.svc'

View File

@ -7,7 +7,7 @@ authentik:
host: "postgres-postgresql.postgres.svc.cluster.local"
name: "authentik"
user: "authentik"
password: "autentik"
password: "authentik"
port: 5432
server: