# INACTIVO hasta la promoción: el app-of-apps k8s-manifests NO es recursivo, # así que este fichero solo existe en git — nadie lo aplica automáticamente. # La activación es manual: ver PROMOTION.md en este directorio. apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: reddit-intel namespace: argocd annotations: notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" spec: project: default source: repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests targetRevision: HEAD path: reddit-intel destination: server: https://kubernetes.default.svc namespace: reddit-intel syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true