fixes path to deploy example-app in readme.md

This commit is contained in:
user449993 2022-08-13 16:24:02 +00:00 committed by GitHub
parent 752f395e88
commit 8bda52fc1d
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>