aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml
blob: 3d6ef8c6b75e8742c939d5fe2d7b32e5d41d51e0 (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
apiVersion: onap.org/v1alpha1
kind: GrafanaDataSource
metadata:
  name: influxdb
spec:
  datasources:
    - name: InfluxDB
      type: influxdb
      url: http://localhost:8086
      isDefault: false
      access: proxy
      withCredentials: true
      basicAuth: true
      basicAuthUser: user
      basicAuthPassword: password
      database: collectd
      user: user
      password: password
      jsonData:
        timeInterval: 15s
  grafana:
    url: http://vis-grafana.default.svc.cluster.local
    username: admin
    password: admin