Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / deploy / visualization / grafana-values.yaml
1 grafana:
2 #  nodeSelector:
3 #    vcmtspktgen: "true"
4
5   datasources:
6     datasources.yaml:
7       apiVersion: 1
8       datasources:
9       - name: Prometheus
10         type: prometheus
11         url: http://cp-prometheus-prometheus.edge1:9090
12         isDefault: true
13         access: proxy
14
15   adminPassword: admin
16
17   image:
18     tag: 5.1.4
19
20   service:
21     type: NodePort
22   #  nodePort: 17765
23
24   # Customer DashBoards configurations
25   dashboardProviders:
26     dashboardproviders.yaml:
27       apiVersion: 1
28       providers:
29       - name: 'dashboard1'
30         orgId: 1
31         folder: ''
32         type: file
33         disableDeletion: false
34         editable: true
35         options:
36           path: /var/lib/grafana/dashboards/dashboard1
37
38   dashboardsConfigMaps:
39     dashboard1: "custom-dashboard1"