aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md
blob: fd64e2a0ace82b786d9febe2ea7a53b3554b2ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Istio virtualservice for Prometheus to connect to any service

The following values has to be updated depending on the Cluster's installation in values.yaml

1. allowedhosts - URI of Service consuming Prometheus (or Any service which consumes Prometheus. Eg- Grafana)
2. gateways - Name of the Istio gateway to which this virtualservice will be connected to
3. destinationhost - Prometheus service name
4. port - port of the Prometheus service

# Installation
1. helm install prometheus-istio-connectivity -n edge1

NOTE - The namespace (edge1) is used an example. This has to be changed to be namespace where Prometheus is deployed.