Commit 1cf52e3b authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #8101 from caesarxuchao/walkthrough-port-fix

make the httpGet port the match the containerPort in the walkthrough example
parents a11819e4 f6cbf8a2
......@@ -138,7 +138,7 @@ spec:
# an http probe
httpGet:
path: /_status/healthz
port: 8080
port: 80
# length of time to wait for a pod to initialize
# after pod startup, before applying health checking
initialDelaySeconds: 30
......
......@@ -11,7 +11,7 @@ spec:
# an http probe
httpGet:
path: /_status/healthz
port: 8080
port: 80
# length of time to wait for a pod to initialize
# after pod startup, before applying health checking
initialDelaySeconds: 30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment