From 4a4a43ed82caaf532cc6a32a2be395f3fc911ab2 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 14:59:37 +0900 Subject: [PATCH] FIX(prometheus): increase memory to 768Mi - Prometheus was OOMKilled with 512Mi limit - Set both requests and limits to 768Mi --- 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 e19bfc4..620def5 100644 --- a/prometheus/helm-values.yaml +++ b/prometheus/helm-values.yaml @@ -84,9 +84,9 @@ prometheus: resources: requests: cpu: 50m - memory: 512Mi + memory: 768Mi limits: - memory: 512Mi + memory: 768Mi # ServiceMonitor 자동 발견 - 모든 ServiceMonitor 선택 serviceMonitorSelectorNilUsesHelmValues: false