Skip to content

Commit

Permalink
feat(flux): reduce concurrent workers
Browse files Browse the repository at this point in the history
This was recommended as one of the suggestions in a bug report with the
similar issue fluxcd/helm-controller#149.
  • Loading branch information
qlonik committed Jul 9, 2023
1 parent 14cfb82 commit 3a20ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- patch: |
- op: add
path: /spec/template/spec/containers/0/args/-
value: --concurrent=8
value: --concurrent=2
- op: add
path: /spec/template/spec/containers/0/args/-
value: --kube-api-qps=500
Expand Down

0 comments on commit 3a20ee6

Please sign in to comment.