diff --git a/aspnetcore/host-and-deploy/health-checks.md b/aspnetcore/host-and-deploy/health-checks.md index b9b55e275c..cfbe93914c 100644 --- a/aspnetcore/host-and-deploy/health-checks.md +++ b/aspnetcore/host-and-deploy/health-checks.md @@ -230,7 +230,7 @@ spec: readinessProbe: # an http probe httpGet: - path: /health/ready + path: /healthz/ready port: 80 # length of time to wait for a pod to initialize # after pod startup, before applying health checking