From 484301cd990f82c91a05c5000d1305df1ec731aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 11 Dec 2025 21:51:32 +0000 Subject: [PATCH] modified: monitoring/prometheus/deploy/prometheus-agent.yaml --- monitoring/prometheus/deploy/prometheus-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus/deploy/prometheus-agent.yaml b/monitoring/prometheus/deploy/prometheus-agent.yaml index 96c54db..684b89f 100644 --- a/monitoring/prometheus/deploy/prometheus-agent.yaml +++ b/monitoring/prometheus/deploy/prometheus-agent.yaml @@ -25,7 +25,7 @@ spec: memory: 128Mi limits: cpu: 200m - memory: 256Mi + memory: 512Mi serviceAccountName: prometheus-agent nodeSelector: role: worker-node