From 52736c54d75c5a92702a3ec978f93629d1e2828e Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sat, 8 Jun 2019 12:13:05 -0500 Subject: [PATCH] Move DockerCoins healthcheck to extra material --- slides/k8s/healthchecks-more.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/healthchecks-more.md b/slides/k8s/healthchecks-more.md index 328fe254..1a597def 100644 --- a/slides/k8s/healthchecks-more.md +++ b/slides/k8s/healthchecks-more.md @@ -36,9 +36,9 @@ --- -## Adding healthchecks to an app +# Adding healthchecks to an app (bonus material) -- Let's add healthchecks to DockerCoins! +- Let's add healthchecks to the DockerCoins demo app! - We will examine the questions of the previous slide