Revert "Changed health URL from /healthz to /health (404 on former)"

This reverts commit 4d0b7ff389.
This commit is contained in:
Jerome Schneider 2020-01-30 09:56:45 +01:00
parent c15517c975
commit 0b1ff64f68
No known key found for this signature in database
GPG Key ID: 5D2DF847A7D6CEE2
1 changed files with 1 additions and 1 deletions

View File

@ -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?