From 4e06da1c2f87f8fea914b7ef47838e0eaab78984 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 13 Nov 2025 08:21:33 +0100 Subject: [PATCH] upgrading cilium options; enabling l2 --- cilium-values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cilium-values.yaml b/cilium-values.yaml index a9fb7e5..54c3274 100644 --- a/cilium-values.yaml +++ b/cilium-values.yaml @@ -63,12 +63,12 @@ resources: # enabled: true # Increase rate limit when doing L2 announcements -#k8sClientRateLimit: -# qps: 20 -# burst: 100 +k8sClientRateLimit: + qps: 20 + burst: 100 -# l2announcements: -# enabled: true +l2announcements: + enabled: true externalIPs: enabled: true @@ -120,4 +120,4 @@ prometheus: dashboards: enabled: false - label: grafana_dashboard \ No newline at end of file + label: grafana_dashboard