aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml
blob: 5d9753eec8a1513e721ba82cee21e1c2f4d26aca (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