Skip to content

Commit fa3df5a

Browse files
authored
fix: spectrum add qps increase to cilium config (#140)
1 parent d9f9158 commit fa3df5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

terraform-modules/spectrum/templates/cilium.yml

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ socketLB:
7575

7676
k8sServiceHost: localhost
7777

78+
k8sClientRateLimit:
79+
qps: 1000
80+
burst: 5000
81+
operator:
82+
qps: 1000
83+
burst: 5000
84+
7885
%{ if cluster_flavour == "talos" }
7986
k8sServicePort: 7445
8087
%{ else }

0 commit comments

Comments
 (0)