From a15a524f34dadd8a146d2a936b5af198485cd6d4 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 14 Jul 2021 14:11:48 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 flux2/apps/monitoring/loki-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux2/apps/monitoring/loki-release.yaml b/flux2/apps/monitoring/loki-release.yaml
index c95b501ef..9cfacbb8c 100644
--- a/flux2/apps/monitoring/loki-release.yaml
+++ b/flux2/apps/monitoring/loki-release.yaml
@@ -69,7 +69,7 @@ spec:
         max_look_back_period: 336h  # 14 days
       table_manager:
         retention_deletes_enabled: true
-        retention_period: 672h  # 28 days
+        retention_period: 336h # 14 days
   # Allow custom values either by configMap or by secret
   valuesFrom:
     - kind: ConfigMap
-- 
GitLab