💡 Clarify healthcheck exercise

This commit is contained in:
Jérôme Petazzoni
2021-10-06 16:18:51 +02:00
parent b260ad8482
commit 7801fc5131

View File

@@ -8,9 +8,9 @@
(using a simple HTTP check on the `/` route of the service)
- Check what happens when deploying an invalid image (e.g. `alpine`)
- Check what happens when deploying an invalid image for `rng` (e.g. `alpine`)
- Then, add a liveness probe on the `rng` service
- Then roll back `rng` to the original image and add a liveness probe
(with the same parameters)