khuedoan-homelab/bootstrap/argocd
Khue Doan 59cd428763 perf(argocd): ignore resource update to reduce CPU usage
From https://argo-cd.readthedocs.io/en/stable/operator-manual/reconcile

By default, an Argo CD Application is refreshed every time a resource that
belongs to it changes.

Kubernetes controllers often update the resources they watch periodically,
causing continuous reconcile operation on the Application and a high CPU
usage on the argocd-application-controller

When a resource update is ignored, if the resource's health status does
not change, the Application that this resource belongs to will not be
reconciled.
2024-01-18 23:44:53 +07:00
..
apply.sh fix(argocd): do not apply ServiceMonitor on bootstrap 2023-01-22 12:24:29 +07:00
Chart.yaml perf(argocd): ignore resource update to reduce CPU usage 2024-01-18 23:44:53 +07:00
values-seed.yaml fix(argocd): do not apply ServiceMonitor on bootstrap 2023-01-22 12:24:29 +07:00
values.yaml perf(argocd): ignore resource update to reduce CPU usage 2024-01-18 23:44:53 +07:00