Fix indent on liveness probe
This commit is contained in:
parent
014b80312c
commit
23d03b990d
14
k8s/app.yaml
14
k8s/app.yaml
@ -30,10 +30,10 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: mev-inspect-db-credentials
|
name: mev-inspect-db-credentials
|
||||||
key: password
|
key: password
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- ls
|
- ls
|
||||||
- /
|
- /
|
||||||
initialDelaySeconds: 20
|
initialDelaySeconds: 20
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user