From 67f4216fd4fe24b03512addb035a8dffa99404b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my-Christophe=20Schermesser?= Date: Wed, 5 Jun 2019 17:56:09 +0200 Subject: [PATCH] fix: good practices links (#52) --- 99-good-practices/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/99-good-practices/README.md b/99-good-practices/README.md index aa1ad8a..40d4517 100644 --- a/99-good-practices/README.md +++ b/99-good-practices/README.md @@ -41,19 +41,19 @@ Kubernetes sends this signal when it wants to stop a container. You should liste ### Probes -Define [liveness and readiness probes](../12-probes) for your containers. +Define [liveness and readiness probes](../11-probes) for your containers. ### Resources request and limits -Define [resources](../13-resources) for your containers. +Define [resources](../12-resources) for your containers. ### Pod (anti-)affinity -Specify an [anti-affinity](../14-affinity-anti-affinity) for the pods of your deployements. +Specify an [anti-affinity](../13-affinity-anti-affinity) for the pods of your deployements. ### PDB -Specify a [PDB](../15-pdb) for your deployments. +Specify a [PDB](../14-pdb) for your deployments. ## Other good practices