mirror of
https://github.com/truenas/charts.git
synced 2026-04-30 21:41:08 +08:00
15 lines
246 B
YAML
15 lines
246 B
YAML
grafanaStorage:
|
|
data:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /logs
|
|
|
|
grafanaConfig:
|
|
plugins:
|
|
- grafana-piechart-panel
|
|
- grafana-clock-panel 1.0.0
|
|
additionalEnvs:
|
|
- name: GF_PATHS_LOGS
|
|
value: /logs
|