File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - containerPort : 8080
2323 protocol : TCP
2424
25- readinessProbe : # only needed if your pod has a service and listening port
25+ readinessProbe : # I always recommend using these, even if your app has no listening ports (this affects any rolling update)
2626 httpGet : # Lots of timeout values with defaults, be sure they are ideal for your workload
2727 path : /ready
2828 port : 8080
Original file line number Diff line number Diff line change 1919 - containerPort : 8080
2020 protocol : TCP
2121
22- readinessProbe : # only needed if your pod has a service and listening port
22+ readinessProbe : # I always recommend using these, even if your app has no listening ports (this affects any rolling update)
2323 httpGet : # Lots of timeout values with defaults, be sure they are ideal for your workload
2424 path : /ready
2525 port : 8080
You can’t perform that action at this time.
0 commit comments