From 690f313ff0ea7e91469b5ccc9324be072c874002 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 20 May 2025 20:50:14 +0200 Subject: [PATCH] chore(prometheus): Improve resource request --- manifests/prometheus/prometheus.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/prometheus/prometheus.yaml b/manifests/prometheus/prometheus.yaml index 770b945..03bf4f9 100644 --- a/manifests/prometheus/prometheus.yaml +++ b/manifests/prometheus/prometheus.yaml @@ -11,7 +11,8 @@ spec: podMonitorNamespaceSelector: {} resources: requests: - memory: 300Mi + memory: "2Gi" + cpu: "2" storage: volumeClaimTemplate: metadata: