modified: services/cilium/deploy/app/helm-release.yaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user