From 0b15007e2c89e0e3dd9c4985a393aaab52d80ec5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 18 Jan 2026 09:55:28 -0300 Subject: [PATCH] monitoring: disable grafana persistence to recover --- services/monitoring/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/helmrelease.yaml b/services/monitoring/helmrelease.yaml index bc818da..0a0e226 100644 --- a/services/monitoring/helmrelease.yaml +++ b/services/monitoring/helmrelease.yaml @@ -277,7 +277,7 @@ spec: export GF_SMTP_PASSWORD="{{ index .Data.data "apikey" }}" {{ end }} persistence: - enabled: true + enabled: false size: 20Gi storageClassName: astreae deploymentStrategy: