apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: polymarket-bot namespace: argocd annotations: notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" notifications.argoproj.io/subscribe.on-health-degraded.telegram: "5138407666" 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