X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fmicroservices%2Fvisualization-operator%2Fexamples%2Fgrafana%2Finfluxdb_grafanadatasource_cr.yaml;fp=vnfs%2FDAaaS%2Fmicroservices%2Fvisualization-operator%2Fexamples%2Fgrafana%2Finfluxdb_grafanadatasource_cr.yaml;h=5d9753eec8a1513e721ba82cee21e1c2f4d26aca;hb=f2d37cb632bb1706f3e223776e72e50253d4025c;hp=0000000000000000000000000000000000000000;hpb=32ec6c9216242b0d9cf76da93eb74b60b6dae7c1;p=demo.git diff --git a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml new file mode 100644 index 00000000..5d9753ee --- /dev/null +++ b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml @@ -0,0 +1,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