fix: reduce ArgoCD threads again for single node control planes

This commit is contained in:
Stefan Reimer 2025-06-23 14:42:05 +00:00
parent bad4f886fa
commit a92ea2a1ef

View File

@ -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