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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user