diff options
author | 2019-10-04 17:23:19 -0700 | |
---|---|---|
committer | 2019-10-09 14:40:32 +0000 | |
commit | 7da06c296697269dd25fe03528c9f12b62206482 (patch) | |
tree | 12bab59d0907a48935e5123139cd3b8518305c88 /vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md | |
parent | d614d3d6cc1d40664215f79fc2c2f38af03a9996 (diff) |
Add Istio connectivity for Services below
1. Grafana
2. Prometheus
3. Minio (Istio ServiceEntry Added)
Issue-ID: ONAPARC-511
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I2cb21c18fde6ecb431fa7f407ce5e13ab31fc910
Diffstat (limited to 'vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md')
-rw-r--r-- | vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md b/vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md new file mode 100644 index 00000000..fd64e2a0 --- /dev/null +++ b/vnfs/DAaaS/deploy/istio-config/prometheus-config/README.md @@ -0,0 +1,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. |