From 7801fc5131ba925f1cec62bd22391c0caa246966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 6 Oct 2021 16:18:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Clarify=20healthcheck=20exercise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/exercises/healthchecks-details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/exercises/healthchecks-details.md b/slides/exercises/healthchecks-details.md index cced2baa..af38c8ce 100644 --- a/slides/exercises/healthchecks-details.md +++ b/slides/exercises/healthchecks-details.md @@ -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)