fix(mon/grafana): use Recreate strategy and disable initChownData
This commit is contained in:
@@ -66,6 +66,14 @@ spec:
|
|||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
enabled: true
|
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).
|
# VictoriaLogs datasource plugin (signed, from Grafana catalog).
|
||||||
# The datasource itself is provisioned via a sidecar-labelled ConfigMap
|
# The datasource itself is provisioned via a sidecar-labelled ConfigMap
|
||||||
# (configmap-logs-datasource.yaml).
|
# (configmap-logs-datasource.yaml).
|
||||||
|
|||||||
Reference in New Issue
Block a user