From 2bd131f98f8ba22deb98113eb4bd632dc2d4c12c Mon Sep 17 00:00:00 2001 From: Matthew Huxtable Date: Thu, 10 Aug 2017 11:38:27 +0100 Subject: [PATCH] Correct indent bug in httpGet liveness probe --- .../configure-liveness-readiness-probes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md b/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md index 088090f415..66dd333b18 100644 --- a/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md +++ b/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md @@ -207,8 +207,8 @@ ports: livenessProbe: httpGet: - path: /healthz - port: liveness-port + path: /healthz + port: liveness-port ``` ## Define readiness probes