Correct indent bug in httpGet liveness probe
This commit is contained in:
committed by
Andrew Chen
parent
53a1e25103
commit
2bd131f98f
@@ -207,8 +207,8 @@ ports:
|
|||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
port: liveness-port
|
port: liveness-port
|
||||||
```
|
```
|
||||||
|
|
||||||
## Define readiness probes
|
## Define readiness probes
|
||||||
|
|||||||
Reference in New Issue
Block a user