From 5bc0caa3245406a96c0c10c857726f616a1cd1c6 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 00:13:29 +0900 Subject: [PATCH] FIX(prometheus): increase memory limit to 1536Mi to resolve OOMKilled - Prometheus pods were crashing with OOMKilled due to insufficient memory (768Mi) - Increased memory requests and limits from 768Mi to 1536Mi --- prometheus/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus/helm-values.yaml b/prometheus/helm-values.yaml index d183aa2..349fad2 100644 --- a/prometheus/helm-values.yaml +++ b/prometheus/helm-values.yaml @@ -84,9 +84,9 @@ prometheus: resources: requests: cpu: 50m - memory: 768Mi + memory: 1536Mi limits: - memory: 768Mi + memory: 1536Mi # ServiceMonitor selector - disable direct scraping (OTel handles it) # Set to non-existent label to effectively disable