Skip to content

Commit 8bc5285

Browse files
authored
docs: Update k8s startup port to be on same as liveness port (#2519)
Fixes a typo in the README.md for the kubernetes example. Fixes #2473
1 parent f6747f9 commit 8bc5285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/k8s-health-check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ startupProbe:
4343
# the pod only after the proxy has successfully started.
4444
httpGet:
4545
path: /startup
46-
port: 9090
46+
port: 9801
4747
periodSeconds: 1
4848
timeoutSeconds: 5
4949
failureThreshold: 20

0 commit comments

Comments
 (0)