Skip to content

Commit 5cd84d1

Browse files
committed
feat(flux/config): reduce concurrent workers
This was recommended as one of the suggestions in a bug report with the similar issue fluxcd/helm-controller#149.
1 parent 14cfb82 commit 5cd84d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/flux/config/flux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- patch: |
4040
- op: add
4141
path: /spec/template/spec/containers/0/args/-
42-
value: --concurrent=8
42+
value: --concurrent=2
4343
- op: add
4444
path: /spec/template/spec/containers/0/args/-
4545
value: --kube-api-qps=500

0 commit comments

Comments
 (0)