From e216fe2aba2eb6093638b2cda7a5f00355cb5ecb Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sun, 31 Mar 2024 10:58:42 +0800 Subject: [PATCH] fix(cilium): add memory requests & limits --- kube/deploy/core/_networking/cilium/app/hr.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kube/deploy/core/_networking/cilium/app/hr.yaml b/kube/deploy/core/_networking/cilium/app/hr.yaml index 401bdfc6..335594a0 100644 --- a/kube/deploy/core/_networking/cilium/app/hr.yaml +++ b/kube/deploy/core/_networking/cilium/app/hr.yaml @@ -15,7 +15,7 @@ spec: chart: spec: chart: cilium - version: "1.15.3" + version: "1.15.1" sourceRef: name: cilium-charts kind: HelmRepository @@ -103,4 +103,9 @@ spec: dashboards: enabled: true annotations: - grafana_folder: "Cilium" \ No newline at end of file + grafana_folder: "Cilium" + resources: # for agent + requests: + memory: "1Gi" + limits: + memory: "2Gi"