From d123517e63878215e53cb0e08fbbc73ec3e2b16f Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 13 Nov 2025 19:57:07 +0200 Subject: [PATCH] Increase/remove prometheus resource limits --- monitoring/prometheus.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/monitoring/prometheus.yaml b/monitoring/prometheus.yaml index a09ed25..c7d45e7 100644 --- a/monitoring/prometheus.yaml +++ b/monitoring/prometheus.yaml @@ -58,10 +58,9 @@ spec: retentionSize: 8GB resources: limits: - cpu: 500m - memory: 2Gi + memory: 4Gi requests: - cpu: 100m + cpu: 1000m memory: 700Mi storage: volumeClaimTemplate: