Skip to content

Commit

Permalink
Merge pull request #284 from SandorHeese/main
Browse files Browse the repository at this point in the history
@ minor changes to the docs.
  • Loading branch information
ckavili authored Apr 11, 2024
2 parents 4a846f5 + e242791 commit 52a7f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4-return-of-the-monitoring/1-enable-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Now, let's create add the `ServiceMonitor` for our PetBattle apps! Of course, we will do it through Helm and ArgoCD because this is GITOPS!!

Our Helm Chart for pet-battle api Open up `pet-battle/test/values.yaml` and `pet-battle/stage/values.yaml` files. Update `values` for `pet-battle-api` with adding following:
Our Helm Chart for pet-battle api Open up `tech-exercise/pet-battle/test/values.yaml` and `tech-exercise/pet-battle/stage/values.yaml` files. Update `values` for `pet-battle-api` with adding following:

```yaml
servicemonitor: true
Expand Down Expand Up @@ -93,7 +93,7 @@
```bash
# get the route and open it in your browser
echo https://$(oc get route grafana-route --template='{{ .spec.host }}' -n ${TEAM_NAME}-ci-cd)
echo https://$(oc get route pb-grafana-route --template='{{ .spec.host }}' -n ${TEAM_NAME}-ci-cd)
```
If you use `Log in with OpenShift` to login and display dashboards - you user will only have `view` role which is read-only. This is alright in most cases, but we want to be able to edit and admin the boards.
Expand Down

0 comments on commit 52a7f2f

Please sign in to comment.