From 936908507994d85606bf8d18f88ba60a46e07d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 28 Jun 2026 14:24:02 +0000 Subject: [PATCH] prometheus agent limit 512Mb --- services/monitoring/deploy/prometheus/prometheus-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/deploy/prometheus/prometheus-agent.yaml b/services/monitoring/deploy/prometheus/prometheus-agent.yaml index 1e89d75..4ce07c2 100644 --- a/services/monitoring/deploy/prometheus/prometheus-agent.yaml +++ b/services/monitoring/deploy/prometheus/prometheus-agent.yaml @@ -30,7 +30,7 @@ spec: memory: 128Mi limits: cpu: 200m - memory: 400Mi # minimum stable + memory: 512Mi # minimum stable serviceAccountName: prometheus-agent nodeSelector: role: worker-node