From 99d291da8e4ce2362d987e6036a600ae323057e7 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Mon, 3 Jan 2022 12:43:54 -0500 Subject: [PATCH] Be more lenient on liveness timeouts --- k8s/mev-inspect-workers/templates/deployment.yaml | 3 ++- k8s/mev-inspect/templates/deployment.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s/mev-inspect-workers/templates/deployment.yaml b/k8s/mev-inspect-workers/templates/deployment.yaml index 92e89b0..8b979aa 100644 --- a/k8s/mev-inspect-workers/templates/deployment.yaml +++ b/k8s/mev-inspect-workers/templates/deployment.yaml @@ -37,7 +37,8 @@ spec: - ls - / initialDelaySeconds: 20 - periodSeconds: 5 + periodSeconds: 10 + timeoutSeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} env: diff --git a/k8s/mev-inspect/templates/deployment.yaml b/k8s/mev-inspect/templates/deployment.yaml index 21af65a..fa2123f 100644 --- a/k8s/mev-inspect/templates/deployment.yaml +++ b/k8s/mev-inspect/templates/deployment.yaml @@ -37,7 +37,8 @@ spec: - ls - / initialDelaySeconds: 20 - periodSeconds: 5 + periodSeconds: 10 + timeoutSeconds: 5 resources: {{- toYaml .Values.resources | nindent 12 }} env: