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