From 3cf13b41c0ad67da3fd2b5c5b450579e6aa6618f Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Sun, 25 May 2025 09:52:03 +0300 Subject: [PATCH] Set limit to prom int --- charts/prometheus/my-values/values-int.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/charts/prometheus/my-values/values-int.yaml b/charts/prometheus/my-values/values-int.yaml index df9a3ce..4e63092 100644 --- a/charts/prometheus/my-values/values-int.yaml +++ b/charts/prometheus/my-values/values-int.yaml @@ -30,3 +30,11 @@ server: - web.enable-lifecycle retention: "15d" + +resources: + requests: + cpu: "200m" + memory: "512Mi" + limits: + cpu: "500m" + memory: "1Gi" \ No newline at end of file