Fix Prometheus URL in EKS install docs

This commit is contained in:
stefanprodan 2019-10-29 18:32:15 +02:00
parent 582f8d6abd
commit 2af0a050bc
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ helm upgrade -i flagger flagger/flagger \
--namespace=appmesh-system \
--set crd.create=false \
--set meshProvider=appmesh \
--set metricsServer=appmesh-prometheus:9090
--set metricsServer=http://appmesh-prometheus:9090
```
You can enable Slack or MS Teams notifications with: