Gitlab server is getting overloaded due to frequent calls from argocd repo server. Tried testing changing timeout.reconcilation to 0 in config map and restarted argo-controller and argo-repo-server but the issue persists.
To Reproduce
Deploy ArgoCD using publicly available ArgoCD helm chart on a Kubernetes cluster
Create a few applications to fetch directories from private gitlab repo
Modify the config map values to make timeout.reconcilation equal to 0 [Also tried with 0s]
Expected behavior
Post changing timeout.reconcilation to 0 and restarting argo-controller pod and argo-repo-server pod, one should not be seeing any calls being made to the gitlab repo as polling is disabled.
Checklist:
argocd version
.Describe the bug
Gitlab server is getting overloaded due to frequent calls from argocd repo server. Tried testing changing timeout.reconcilation to 0 in config map and restarted argo-controller and argo-repo-server but the issue persists.
To Reproduce
Expected behavior Post changing timeout.reconcilation to 0 and restarting argo-controller pod and argo-repo-server pod, one should not be seeing any calls being made to the gitlab repo as polling is disabled.
Version v2.4.15