ArgoCD Application Deployment

April 15, 2026 ยท View on GitHub

Apply the application

kubectl apply -f deploy/argocd/kuberhealthy.yaml

Customize the application

  • Change the namespace in deploy/argocd/kuberhealthy.yaml if you do not want kuberhealthy.
  • Update targetRevision to pin a release tag or a specific commit.
  • Adjust syncPolicy if you want manual or automated syncs.

Prometheus scraping

The Helm chart includes Prometheus scrape annotations by default. If you use Prometheus Operator, apply the ServiceMonitor manifest:

kubectl apply -f deploy/serviceMonitor.yaml