diff --git a/examples/k8s-health-check/README.md b/examples/k8s-health-check/README.md index 6d232fd91..b17c72af7 100644 --- a/examples/k8s-health-check/README.md +++ b/examples/k8s-health-check/README.md @@ -43,7 +43,7 @@ startupProbe: # the pod only after the proxy has successfully started. httpGet: path: /startup - port: 9090 + port: 9801 periodSeconds: 1 timeoutSeconds: 5 failureThreshold: 20