Se retiran las suscripciones on-sync-failed / on-health-degraded: durante el apagado (F3) generarían ruido sin valor. No hay trigger 'informativo' viable: escalar a 0 vía git deja la app Synced/Healthy. El resto de apps conservan sus notificaciones.
19 lines
404 B
YAML
19 lines
404 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: polymarket-bot
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: polymarket-bot
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: polymarket-bot
|
|
repoURL: https://git.chemavx.xyz/chemavx/k8s-manifests
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|