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.yamlif you do not wantkuberhealthy. - Update
targetRevisionto pin a release tag or a specific commit. - Adjust
syncPolicyif 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