aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/visualization/grafana-values.yaml
blob: daecd280197582a67f6742dc2413193fcf05ed43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
grafana:
#  nodeSelector:
#    vcmtspktgen: "true"

  datasources:
    datasources.yaml:
      apiVersion: 1
      datasources:
      - name: Prometheus
        type: prometheus
        url: http://cp-prometheus-prometheus.edge1:9090
        isDefault: true
        access: proxy

  adminPassword: admin

  image:
    tag: 5.1.4

  service:
    type: NodePort
  #  nodePort: 17765

  # Customer DashBoards configurations
  dashboardProviders:
    dashboardproviders.yaml:
      apiVersion: 1
      providers:
      - name: 'dashboard1'
        orgId: 1
        folder: ''
        type: file
        disableDeletion: false
        editable: true
        options:
          path: /var/lib/grafana/dashboards/dashboard1

  dashboardsConfigMaps:
    dashboard1: "custom-dashboard1"