From f23fe3b3dc90c558d8ced1a159f65d7c24d89fd1 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Tue, 5 Mar 2024 17:10:10 +0000 Subject: [PATCH] fix: updated rulesdir --- argo/cluster/monitoring/loki/chart/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argo/cluster/monitoring/loki/chart/values.yaml b/argo/cluster/monitoring/loki/chart/values.yaml index 05801202..255ad34f 100644 --- a/argo/cluster/monitoring/loki/chart/values.yaml +++ b/argo/cluster/monitoring/loki/chart/values.yaml @@ -5,6 +5,7 @@ loki: replication_factor: 1 storage: type: 'filesystem' + rules_directory: /var/loki/rules limits_config: retention_period: 168h rulerConfig: @@ -35,7 +36,7 @@ loki: emptyDir: {} extraVolumeMounts: - name: rules-cm - mountPath: /var/loki/rules + mountPath: /var/loki/rules/fake - name: rules mountPath: /rules - name: scratch