docs(health checks): remove the unnecessary indentation (#5805)
The pod manifest in it's `httpHeaders` has unnecessary indentation, removed that.
This commit is contained in:
committed by
Steve Perry
parent
14972390ee
commit
eb4ce6ab1a
@@ -6,14 +6,10 @@ metadata:
|
|||||||
name: liveness-http
|
name: liveness-http
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|
||||||
- name: liveness
|
- name: liveness
|
||||||
|
|
||||||
args:
|
args:
|
||||||
- /server
|
- /server
|
||||||
|
|
||||||
image: gcr.io/google_containers/liveness
|
image: gcr.io/google_containers/liveness
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|||||||
Reference in New Issue
Block a user