blob: 9d8ad472d6df5faff064f26c47785c17592954e6 [file] [log] [blame]
Andy Bavierab75e9e2020-08-06 12:05:30 -07001# Copyright 2020-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4# Default values for grafana-aether.
5# This is a YAML-formatted file.
6# This chart loads Grafana and creates configmaps for the datasources and dashboards.
7
8nameOverride: ""
9fullnameOverride: ""
10
Andy Bavier502d6012020-09-30 11:46:06 -070011globalDashboard: true
12multiSiteDashboard: true
13
14# Specify an enterprise to deploy its dashboard, i.e., "telefonica"
15enterpriseDashboard: ""
16
Andy Bavier5c91c1c2020-09-01 11:47:38 -070017# URL of Prometheus that collects E2E test results from edge monitoring server
18edgeServerDatasourceURL: ""
19
20# List of cluster Prometheus datasources.
21clusterDatasources: []
22# - cluster: production-edge-onf-menlo
23# prometheusURL: http://10.53.154.24
24
25# Configure Google Cloud Monitoring datasource
26googleCloudMonitoring: {}
27# clientEmail: grafana@onf-vpn.iam.gserviceaccount.com
28# defaultProject: onf-vpn
29# key: |
30# -----BEGIN PRIVATE KEY-----
31# ...
32# -----END PRIVATE KEY-----
Andy Bavierab75e9e2020-08-06 12:05:30 -070033
34grafana:
35 grafana.ini:
36 auth.anonymous:
37 enabled: true
38 sidecar:
39 dashboards:
40 enabled: true
41 datasources:
42 enabled: true