X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FDAaaS%2Fmicroservices%2Fvisualization-operator%2Fexamples%2Fgrafana%2Fprometheus_grafanadatasource_cr.yaml;h=903032434990d0414661973f29b95da377953526;hb=f11447d127d21dd56b302fe1014f4801d32511c5;hp=b80863664b0cd15c161c20d0dd88b37549a5845a;hpb=f2d37cb632bb1706f3e223776e72e50253d4025c;p=demo.git diff --git a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml index b8086366..90303243 100644 --- a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml +++ b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/prometheus_grafanadatasource_cr.yaml @@ -8,7 +8,7 @@ spec: type: prometheus url: http://cp-prometheus-prometheus:9090 isDefault: true - access: proxy + access: direct withCredentials: true basicAuth: true basicAuthUser: user @@ -18,6 +18,6 @@ spec: queryTimeout: 50s readOnly: false grafana: - url: http://vis-grafana.default.svc.cluster.local + url: http://vis-grafana.default.svc.cluster.local username: admin password: admin