From b7e406d4a1077be9521e68f01ff57336be3f734a Mon Sep 17 00:00:00 2001 From: Ryuhei Furuta <38094415+Ryuheeeei@users.noreply.github.com> Date: Sat, 6 Dec 2025 15:25:23 +0900 Subject: [PATCH] docs: Update k8s startup port to be on same as liveness port --- examples/k8s-health-check/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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