fix(mon/grafana): use Recreate strategy and disable initChownData

This commit is contained in:
2026-06-19 15:15:12 +03:00
parent 268fa1c5af
commit 82b3c68597
@@ -66,6 +66,14 @@ spec:
grafana:
enabled: true
# SQLite DB on an RWO local-path volume — never run two pods at once.
deploymentStrategy:
type: Recreate
# The volume already carries fsGroup: 472 and 472-owned data; the chown
# init container drops DAC_OVERRIDE and can't traverse Grafana's 0700
# render dirs, so it's both redundant and breaks rollouts here.
initChownData:
enabled: false
# VictoriaLogs datasource plugin (signed, from Grafana catalog).
# The datasource itself is provisioned via a sidecar-labelled ConfigMap
# (configmap-logs-datasource.yaml).