From f31539fe277c439f7fc5754155eb8f218a6d574f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 3 Apr 2022 20:13:36 +0200
Subject: [PATCH] fix(monitoring): Increase memory requests and limits for
 prometheus

This patch increases the memory limits for prometheus after it crashed
frequently under the recent load. This should help to tame it a bit and
represent the memory usage more accurately.
---
 infrastructure/monitoring/release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml
index b6c67201a..e2f1f52e2 100644
--- a/infrastructure/monitoring/release.yaml
+++ b/infrastructure/monitoring/release.yaml
@@ -214,9 +214,9 @@ data:
         resources:
           requests:
             cpu: 800m
-            memory: 800Mi
-          limits:
             memory: 2Gi
+          limits:
+            memory: 4Gi
         storageSpec:
           volumeClaimTemplate:
             spec:
-- 
GitLab