make the httpGet port match the containerPort
This commit is contained in:
parent
be15e84e83
commit
f6cbf8a2cb
@ -138,7 +138,7 @@ spec:
|
|||||||
# an http probe
|
# an http probe
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /_status/healthz
|
path: /_status/healthz
|
||||||
port: 8080
|
port: 80
|
||||||
# length of time to wait for a pod to initialize
|
# length of time to wait for a pod to initialize
|
||||||
# after pod startup, before applying health checking
|
# after pod startup, before applying health checking
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
# an http probe
|
# an http probe
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /_status/healthz
|
path: /_status/healthz
|
||||||
port: 8080
|
port: 80
|
||||||
# length of time to wait for a pod to initialize
|
# length of time to wait for a pod to initialize
|
||||||
# after pod startup, before applying health checking
|
# after pod startup, before applying health checking
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user