basic-plugin-values.yaml 349 B

12345678910111213141516
  1. grafanaStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/data
  5. additionalStorages:
  6. - type: hostPath
  7. hostPath: /mnt/{{ .Release.Namespace }}/logs
  8. mountPath: /logs
  9. grafanaConfig:
  10. plugins:
  11. - grafana-piechart-panel
  12. - grafana-clock-panel 1.0.0
  13. additionalEnvs:
  14. - name: GF_PATHS_LOGS
  15. value: /logs