From e009a6ed816a965dfa8147a199a16ea4aba06d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Jul 2026 11:10:23 +0000 Subject: [PATCH] modified: services/cilium/deploy/app/helm-values.yaml --- services/cilium/deploy/app/helm-values.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/cilium/deploy/app/helm-values.yaml b/services/cilium/deploy/app/helm-values.yaml index b1dd702..8e392e4 100644 --- a/services/cilium/deploy/app/helm-values.yaml +++ b/services/cilium/deploy/app/helm-values.yaml @@ -6,4 +6,8 @@ autoDirectNodeRoutes: true ipv4NativeRoutingCIDR: "10.42.0.0/16" bpf: masquerade: true - hostLegacyRouting: false # force use of bfp \ No newline at end of file + hostLegacyRouting: false # force use of bfp +ipam: + operator: + clusterPoolIPv4PodCIDR: "10.42.0.0/16" + clusterPoolIPv4MaskSize: 24 \ No newline at end of file