docs: Fix Kubernetes example (#26223)

pull/26225/head
chertby 2022-06-24 12:41:29 +02:00 committed by GitHub
parent 39b7df2ca8
commit f6b87ac64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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