Skip to content

Commit

Permalink
Added prometheus port
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick authored Jun 12, 2018
1 parent 842d451 commit c96983a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Docker images of both `vistio-api` and `vistio-web` are available on Docker Hub.

### Deploy Vistio with Istio Ingress Gateway (kubectl)

* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.
* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system:9090> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.

1. Deploy Istio
```sh
Expand Down Expand Up @@ -79,7 +79,7 @@ curl -o /dev/null -s -w "%{http_code}\n" http://${GATEWAY_URL}/productpage

### Deploy Vistio with Istio Ingress Gateway (helm)

* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.
* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system:9090> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.

1. Deploy Vistio

Expand Down Expand Up @@ -109,7 +109,7 @@ curl -o /dev/null -s -w "%{http_code}\n" http://${GATEWAY_URL}/productpage

### Deploy Vistio Without Istio Ingress (kubectl)

* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.
* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system:9090> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.

1. Deploy Istio
```sh
Expand Down Expand Up @@ -137,7 +137,7 @@ curl -o /dev/null -s -w "%{http_code}\n" http://${GATEWAY_URL}/productpage

### Deploy Vistio Without Istio Ingress (Helm)

* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.
* prometheusUrl - the default prometheus url is assumed to be <http://prometheus.istio-system:9090> based on the Istio deployment. If your Prometheus server is in a different namespace or has a different service name, you will need to edit the yaml files.

1. Deploy Vistio

Expand Down

0 comments on commit c96983a

Please sign in to comment.