From edfdb0616ca3d199b3bd4f390f20afdcece07e77 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 11 Nov 2024 17:42:58 +0000 Subject: [PATCH] Loki: fix compactor config Extra field is mandatory when using retention. Signed-off-by: Bryan Boreham --- prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml b/prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml index 7422b3f66..bdbc3fc69 100644 --- a/prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml +++ b/prombench/manifests/cluster-infra/6b_loki_stateful_set.yaml @@ -54,6 +54,7 @@ data: compactor: retention_enabled: true + delete_request_store: filesystem limits_config: retention_period: 2184h ---