From 9491b6cbe5e4a850dbb4f7b9a6885ead6dae8f97 Mon Sep 17 00:00:00 2001 From: William P Date: Tue, 13 May 2025 15:56:31 -0400 Subject: [PATCH] monitoring: increase memory limits --- system-apps/monitoring/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/monitoring/deployment.yaml b/system-apps/monitoring/deployment.yaml index 9f5dc36..10bc6ba 100644 --- a/system-apps/monitoring/deployment.yaml +++ b/system-apps/monitoring/deployment.yaml @@ -25,7 +25,7 @@ spec: memory: 256Mi limits: cpu: 500m - memory: 512Mi + memory: 1Gi volumeMounts: - name: config-volume mountPath: /etc/prometheus