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: