apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: polymarket-bot namespace: argocd annotations: notifications.argoproj.io/subscribe.on-sync-succeeded.telegram: "5138407666" notifications.argoproj.io/subscribe.on-sync-failed.telegram: "5138407666" notifications.argoproj.io/subscribe.on-degraded.telegram: "5138407666" spec: project: default source: repoURL: http://gitea.gitea.svc.cluster.local:3000/chemavx/k8s-manifests.git targetRevision: main path: polymarket-bot destination: server: https://kubernetes.default.svc namespace: polymarket-bot syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true