Fix indent on liveness probe

This commit is contained in:
Luke Van Seters 2021-09-10 07:40:06 -06:00
parent 014b80312c
commit 23d03b990d

View File

@ -30,10 +30,10 @@ spec:
secretKeyRef:
name: mev-inspect-db-credentials
key: password
livenessProbe:
exec:
command:
- ls
- /
initialDelaySeconds: 20
periodSeconds: 5
livenessProbe:
exec:
command:
- ls
- /
initialDelaySeconds: 20
periodSeconds: 5