mirror of
https://github.com/truenas/charts.git
synced 2026-04-03 02:38:49 +08:00
* Adds `grafana` to `community` apps * test different user too * md format * update rtags * update readmes * use rooturl for portal only if defined
17 lines
349 B
YAML
17 lines
349 B
YAML
grafanaStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/logs
|
|
mountPath: /logs
|
|
|
|
grafanaConfig:
|
|
plugins:
|
|
- grafana-piechart-panel
|
|
- grafana-clock-panel 1.0.0
|
|
additionalEnvs:
|
|
- name: GF_PATHS_LOGS
|
|
value: /logs
|