From a8359a6f125616c57908106c7a276423f4a22388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 12 Jul 2026 09:34:22 +0000 Subject: [PATCH] modified: services/cilium/deploy/app/helm-release.yaml --- services/cilium/deploy/app/helm-release.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/services/cilium/deploy/app/helm-release.yaml b/services/cilium/deploy/app/helm-release.yaml index 5274b05..820e1c2 100644 --- a/services/cilium/deploy/app/helm-release.yaml +++ b/services/cilium/deploy/app/helm-release.yaml @@ -13,12 +13,12 @@ spec: kind: HelmRepository name: cilium interval: 40h - values: - kubeProxyReplacement: true - installCRDs: true - routingMode: native - enableIPv4Masquerade: false # using bpf.masquerade: true - autoDirectNodeRoutes: true - bpf: - masquerade: true - hostLegacyRouting: false # force use of bfp + values: + kubeProxyReplacement: true + installCRDs: true + routingMode: native + enableIPv4Masquerade: false # using bpf.masquerade: true + autoDirectNodeRoutes: true + bpf: + masquerade: true + hostLegacyRouting: false # force use of bfp