From d5e4e3735868dfd186e55eca16973b480f9ce317 Mon Sep 17 00:00:00 2001 From: Platform Engineer Agent Date: Sun, 26 Jul 2026 10:44:19 +0000 Subject: [PATCH] fix(prometheus): bump memory limit from 2Gi to 4Gi to prevent OOMKilled --- monitoring/prometheus-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus-deployment.yaml b/monitoring/prometheus-deployment.yaml index 31596bc..6ca8c74 100644 --- a/monitoring/prometheus-deployment.yaml +++ b/monitoring/prometheus-deployment.yaml @@ -42,7 +42,7 @@ spec: memory: "1Gi" cpu: "500m" limits: - memory: "2Gi" + memory: "4Gi" cpu: "1000m" volumes: - name: prometheus-config