From 01b9d5f5d05c3bda62580fef4b27aa7770099bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Jul 2026 12:30:44 +0000 Subject: [PATCH] modified: services/cilium/deploy/app/helm-values.yaml --- services/cilium/deploy/app/helm-values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index 8e392e4..89d127b 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -10,4 +10,6 @@ bpf: ipam: operator: clusterPoolIPv4PodCIDR: "10.42.0.0/16" - clusterPoolIPv4MaskSize: 24 \ No newline at end of file + clusterPoolIPv4MaskSize: 24 +l2announcements: + enabled: true \ No newline at end of file