From 9974fbca32fe16b28d98f2305007adbe8ef93e6b Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 24 Jun 2021 22:16:11 +0200
Subject: [PATCH] Increase loki mem limits

---
 flux2/apps/monitoring/loki-release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flux2/apps/monitoring/loki-release.yaml b/flux2/apps/monitoring/loki-release.yaml
index e303913ad..7427b0b35 100644
--- a/flux2/apps/monitoring/loki-release.yaml
+++ b/flux2/apps/monitoring/loki-release.yaml
@@ -21,10 +21,10 @@ spec:
     resources:
       limits:
         cpu: 800m
-        memory: 180Mi
+        memory: 360Mi
       requests:
         cpu: 400m
-        memory: 90Mi
+        memory: 180Mi
     persistence:
       enabled: true
       accessModes:
-- 
GitLab