Update monitoring.md (#8324)

Added missing repo on "helm upgrade" command
This commit is contained in:
Rodrigo Riccitelli Vieira 2022-03-14 12:47:58 -03:00 committed by GitHub
parent 974d038c2a
commit 1fb0aea2c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
- The easiest way to configure the controller for metrics is via helm upgrade. Assuming you have installed the ingress-nginx controller as a helm release named ingress-controller, then you can simply type the command show below :
```
helm upgrade ingress-controller ingress-nginx/ingress-nginx \
helm upgrade ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx \
--set controller.metrics.enabled=true \
--set-string controller.podAnnotations."prometheus\.io/scrape"="true" \