Merge pull request #161 from user449993/master

fixes path to deploy example-app in readme.md
This commit is contained in:
marceldempers 2022-11-07 10:45:30 +00:00 committed by GitHub
commit c484d2f39f
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
```
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>