Merge pull request #1 from user449993/fix/service-monitors-readme

fixes path to deploy example-app in readme.md
This commit is contained in:
user449993 2022-08-13 16:25:03 +00:00 committed by GitHub
commit 753d36e402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ If it does not appear, that means your Prometheus instance is not selecting the
## Deploy our example app ## Deploy our example app
``` ```
kubectl -n default apply -f kubernetes\servicemonitors\example-app\ kubectl -n default apply -f ./kubernetes/servicemonitors/example-app/
``` ```
Now we should see a target in the Prometheus [Targets](http://localhost:9090/targets) page. </br> Now we should see a target in the Prometheus [Targets](http://localhost:9090/targets) page. </br>