modified: services/cilium/deploy/app/helm-release.yaml

This commit is contained in:
Márcio Fernandes
2026-07-12 09:34:22 +00:00
parent 8a7bdc9fce
commit a8359a6f12
+9 -9
View File
@@ -13,12 +13,12 @@ spec:
kind: HelmRepository kind: HelmRepository
name: cilium name: cilium
interval: 40h interval: 40h
values: values:
kubeProxyReplacement: true kubeProxyReplacement: true
installCRDs: true installCRDs: true
routingMode: native routingMode: native
enableIPv4Masquerade: false # using bpf.masquerade: true enableIPv4Masquerade: false # using bpf.masquerade: true
autoDirectNodeRoutes: true autoDirectNodeRoutes: true
bpf: bpf:
masquerade: true masquerade: true
hostLegacyRouting: false # force use of bfp hostLegacyRouting: false # force use of bfp