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: 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