From 0b1ff64f683323d9c3c97bcc199cb60d2d4c0dbd Mon Sep 17 00:00:00 2001 From: Jerome Schneider Date: Thu, 30 Jan 2020 09:56:45 +0100 Subject: [PATCH] Revert "Changed health URL from /healthz to /health (404 on former)" This reverts commit 4d0b7ff389235bfefbb1986060fd359e44beab0b. --- 08-service/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-service/README.md b/08-service/README.md index 9a89b11..c60306c 100644 --- a/08-service/README.md +++ b/08-service/README.md @@ -101,7 +101,7 @@ Name: simple-internal-service.default.svc.cluster.local Address: 10.96.31.244 ``` -Try to curl the `/health` url, remember the `ports` we choose in the `service`. +Try to curl the `/healthz` url, remember the `ports` we choose in the `service`. Can you access this service from the outside of Kubernetes?