From f59533a6a5283f668797cf90656d1b99339dfbc3 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 8 Dec 2024 23:35:58 +0800 Subject: [PATCH] fix(cilium): still LB instability --- .../_networking/cilium/app/config/biohazard/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml index a1d73d32a8..ae334683cb 100644 --- a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml +++ b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml @@ -88,7 +88,7 @@ l2announcements: ## NOTE: Cilium additional features and/or CRDs bpf: - masquerade: false # not beneficial for homelab, and tends to conflict with other networking stuff + masquerade: true # not beneficial for homelab, and tends to conflict with other networking stuff tproxy: true # L7 netpols stuff #mapDynamicSizeRatio: "0.005" # Increase Cilium map sizes due to amount of netpols and identities, when BPF map pressure hits 100 endpoint creation starts failing policyMapMax: 40960 # 2.5x default, dynamic size ratio doesn't increase this