From 308583218df70b210e04a5c2287c0367c289a457 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 2 Jan 2026 20:19:37 +1100 Subject: [PATCH] increased memory for prom-k8s and thanos --- manifests/openshift-monitoring-configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/openshift-monitoring-configmap.yaml b/manifests/openshift-monitoring-configmap.yaml index 45f603e..7944877 100644 --- a/manifests/openshift-monitoring-configmap.yaml +++ b/manifests/openshift-monitoring-configmap.yaml @@ -18,7 +18,7 @@ data: resources: limits: cpu: 500m - memory: 2Gi + memory: 3Gi requests: cpu: 200m memory: 500Mi @@ -26,7 +26,7 @@ data: resources: limits: cpu: 500m - memory: 500Mi + memory: 1000Mi requests: cpu: 200m memory: 200Mi