Skip to content

Commit 8b03027

Browse files
committed
change concurrency
Signed-off-by: roc <[email protected]>
1 parent 16e1c87 commit 8b03027

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/tke-extend-network-controller/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ clusterID: ""
2020
# the concurrency of the first 3 controllers can be appropriately increased
2121
# (mainly by batch creating clb listeners and binding rs to speed up the process).
2222
concurrency:
23-
clbPodBindingController: 30
24-
clbNodeBindingController: 30
25-
dedicatedClbListenerController: 30
26-
podController: 30
27-
nodeController: 30
23+
clbPodBindingController: 20
24+
clbNodeBindingController: 20
25+
dedicatedClbListenerController: 20
26+
podController: 20
27+
nodeController: 20
2828
clbPortPoolController: 10
2929
dedicatedClbServiceController: 1
3030

0 commit comments

Comments
 (0)