From d5ef55f3678b77ca408fddd7cf7a61dd751c7d7d Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 18 Apr 2024 01:38:28 +0800 Subject: [PATCH] fix(cilium): reduce requests to 1GB jank fix so that OOM catches broken Cilium faster, since high memory usage past 1GB = Cilium broken --- kube/deploy/core/_networking/cilium/app/hr.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kube/deploy/core/_networking/cilium/app/hr.yaml b/kube/deploy/core/_networking/cilium/app/hr.yaml index f9deb517..7337668f 100644 --- a/kube/deploy/core/_networking/cilium/app/hr.yaml +++ b/kube/deploy/core/_networking/cilium/app/hr.yaml @@ -105,7 +105,5 @@ spec: annotations: grafana_folder: "Cilium" resources: # for agent - requests: - memory: "1Gi" limits: - memory: "2Gi" + memory: "1Gi"