fix: reduce ArgoCD threads again for single node control planes
This commit is contained in:
parent
bad4f886fa
commit
a92ea2a1ef
@ -10,9 +10,9 @@ argo-cd:
|
|||||||
params:
|
params:
|
||||||
{{- if not $.Values.global.highAvailable }}
|
{{- if not $.Values.global.highAvailable }}
|
||||||
# Reduce load on API server on single node control plane
|
# Reduce load on API server on single node control plane
|
||||||
controller.status.processors: 4
|
controller.status.processors: 2
|
||||||
controller.operation.processors: 2
|
controller.operation.processors: 1
|
||||||
controller.kubectl.parallelism.limit: 2
|
controller.kubectl.parallelism.limit: 1
|
||||||
{{- else }}
|
{{- else }}
|
||||||
controller.status.processors: 8
|
controller.status.processors: 8
|
||||||
controller.operation.processors: 4
|
controller.operation.processors: 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user