From a92ea2a1efe31415e4c2fcaee1d5c3a8c4f48f13 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Mon, 23 Jun 2025 14:42:05 +0000 Subject: [PATCH] fix: reduce ArgoCD threads again for single node control planes --- charts/kubezero/templates/argo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/kubezero/templates/argo.yaml b/charts/kubezero/templates/argo.yaml index 3bb8101f..9f8533f4 100644 --- a/charts/kubezero/templates/argo.yaml +++ b/charts/kubezero/templates/argo.yaml @@ -10,9 +10,9 @@ argo-cd: params: {{- if not $.Values.global.highAvailable }} # Reduce load on API server on single node control plane - controller.status.processors: 4 - controller.operation.processors: 2 - controller.kubectl.parallelism.limit: 2 + controller.status.processors: 2 + controller.operation.processors: 1 + controller.kubectl.parallelism.limit: 1 {{- else }} controller.status.processors: 8 controller.operation.processors: 4