From 6a523b71a3aa788ede8e48264fa4344b0337d466 Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Thu, 18 Jun 2026 21:41:43 +0200 Subject: [PATCH] victoria-metrics: use Recreate strategy for grafana (single RWO PVC) RollingUpdate deadlocks on the ReadWriteOnce longhorn PVC: old and new pods cannot both attach the volume. Recreate terminates the old pod first. --- victoria-metrics/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/victoria-metrics/values.yaml b/victoria-metrics/values.yaml index 9e58e23..1ec319b 100644 --- a/victoria-metrics/values.yaml +++ b/victoria-metrics/values.yaml @@ -91,6 +91,8 @@ vmagent: grafana: enabled: true + deploymentStrategy: + type: Recreate admin: existingSecret: victoria-metrics-secrets userKey: grafana_admin_user