Correct indent bug in httpGet liveness probe

This commit is contained in:
Matthew Huxtable
2017-08-10 11:38:27 +01:00
committed by Andrew Chen
parent 53a1e25103
commit 2bd131f98f
@@ -207,8 +207,8 @@ ports:
livenessProbe:
httpGet:
path: /healthz
port: liveness-port
path: /healthz
port: liveness-port
```
## Define readiness probes