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:
@@ -91,6 +91,8 @@ vmagent:
|
||||
|
||||
grafana:
|
||||
enabled: true
|
||||
deploymentStrategy:
|
||||
type: Recreate
|
||||
admin:
|
||||
existingSecret: victoria-metrics-secrets
|
||||
userKey: grafana_admin_user
|
||||
|
||||
Reference in New Issue
Block a user