Authentik/apps/authentik/authentik-app.yaml
2026-04-13 21:57:47 -04:00

31 lines
937 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: authentik
namespace: argocd
spec:
project: default
sources:
# FUENTE A: El Chart oficial (repositorio externo)
- repoURL: 'https://charts.christianhuth.de' # Ajusta a la URL del chart que usas
chart: freshrss
targetRevision: 2.8.11 # 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)
destination:
server: 'https://kubernetes.default.svc'
namespace: authentik
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true