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