From 869ce3fd4f4fae5e97360ddcc58cdd7916b5d0ff Mon Sep 17 00:00:00 2001 From: Sandor Date: Thu, 11 Apr 2024 16:47:08 +0200 Subject: [PATCH] =?UTF-8?q?directory=20updated=20to=20be=20more=20clear=20?= =?UTF-8?q?=F0=9F=9B=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/4-return-of-the-monitoring/1-enable-monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4-return-of-the-monitoring/1-enable-monitoring.md b/docs/4-return-of-the-monitoring/1-enable-monitoring.md index 024021f1..4ce1f2cf 100644 --- a/docs/4-return-of-the-monitoring/1-enable-monitoring.md +++ b/docs/4-return-of-the-monitoring/1-enable-monitoring.md @@ -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