From f0d5291c57b70fc63c05d8e25913b554a676bb18 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 18 Aug 2024 12:44:02 +0800 Subject: [PATCH] fix(cilium): still endpoint creation issues --- .../_networking/cilium/app/config/biohazard/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2959d0f4..c8a1c4e9 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 @@ -84,8 +84,8 @@ l2announcements: bpf: masquerade: false # 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 # TODO: if above doesn't change this, change this manually + #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 l7Proxy: true # enables L7 netpols dnsProxy: enableTransparentMode: true