From 23d03b990d2a96e964a45e4a730735fdfbcd35d6 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Fri, 10 Sep 2021 07:40:06 -0600 Subject: [PATCH] Fix indent on liveness probe --- k8s/app.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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