fix: typo

This commit is contained in:
antoinegauvain 2019-12-16 13:37:56 +01:00
parent af20ef6f0b
commit 787c26058c
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 `/healthz` url, remember the `ports` we choose in the `service`.
Try to curl the `/health` url, remember the `ports` we choose in the `service`.
Can you access this service from the outside of Kubernetes?