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.
This commit is contained in:
2026-06-18 21:41:43 +02:00
parent 9775eee851
commit 6a523b71a3

View File

@@ -91,6 +91,8 @@ vmagent:
grafana: grafana:
enabled: true enabled: true
deploymentStrategy:
type: Recreate
admin: admin:
existingSecret: victoria-metrics-secrets existingSecret: victoria-metrics-secrets
userKey: grafana_admin_user userKey: grafana_admin_user