diff options
Diffstat (limited to 'vnfs/DAaaS/microservices/visualization-operator/examples/grafana')
2 files changed, 4 insertions, 4 deletions
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 index 5d9753ee..3d6ef8c6 100644 --- a/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml +++ b/vnfs/DAaaS/microservices/visualization-operator/examples/grafana/influxdb_grafanadatasource_cr.yaml @@ -6,7 +6,7 @@ spec: datasources: - name: InfluxDB type: influxdb - url: http://localhost:8086 + url: http://localhost:8086 isDefault: false access: proxy withCredentials: true @@ -19,6 +19,6 @@ spec: jsonData: timeInterval: 15s grafana: - url: http://vis-grafana.default.svc.cluster.local + url: http://vis-grafana.default.svc.cluster.local username: admin password: admin 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 2820baf7..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: direct + 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 |