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