diff --git a/k8s/app.yaml b/k8s/app.yaml index b614467..d88b977 100644 --- a/k8s/app.yaml +++ b/k8s/app.yaml @@ -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