diff --git a/slides/exercises/healthchecks-details.md b/slides/exercises/healthchecks-details.md index 1a2c957f..a100ece6 100644 --- a/slides/exercises/healthchecks-details.md +++ b/slides/exercises/healthchecks-details.md @@ -16,7 +16,7 @@ - Scale up the `worker` service (to 15+ workers) and observe -- What happens, and how can we improve the situation? +- What happens? --- @@ -33,5 +33,3 @@ - When adding the liveness probe, nothing special should happen - Scaling the `worker` service will then cause disruptions - -- The final goal is to understand why, and how to fix it