From 82f363c24ae05be3232a85818bcbd7d3583301b9 Mon Sep 17 00:00:00 2001 From: Deni Bertovic Date: Tue, 18 Jun 2019 09:37:01 +0200 Subject: [PATCH] Increase timeoutSeconds This is a temporary fix for the k8s restarts --- etc/helm/templates/deployment.yaml | 4 ++-- etc/helm/templates/hoogle_deployment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/helm/templates/deployment.yaml b/etc/helm/templates/deployment.yaml index 7a0fcbe..132efdb 100644 --- a/etc/helm/templates/deployment.yaml +++ b/etc/helm/templates/deployment.yaml @@ -39,7 +39,7 @@ spec: - name: HTTPS value: "on" initialDelaySeconds: 5 - timeoutSeconds: 1 + timeoutSeconds: 3 periodSeconds: 5 successThreshold: 1 livenessProbe: @@ -51,7 +51,7 @@ spec: - name: HTTPS value: "on" initialDelaySeconds: 120 - timeoutSeconds: 1 + timeoutSeconds: 3 periodSeconds: 10 successThreshold: 1 failureThreshold: 3 diff --git a/etc/helm/templates/hoogle_deployment.yaml b/etc/helm/templates/hoogle_deployment.yaml index 89cd780..48290e1 100644 --- a/etc/helm/templates/hoogle_deployment.yaml +++ b/etc/helm/templates/hoogle_deployment.yaml @@ -39,7 +39,7 @@ spec: - name: HTTPS value: "on" initialDelaySeconds: 5 - timeoutSeconds: 1 + timeoutSeconds: 3 periodSeconds: 5 successThreshold: 1 livenessProbe: @@ -51,7 +51,7 @@ spec: - name: HTTPS value: "on" initialDelaySeconds: 120 - timeoutSeconds: 1 + timeoutSeconds: 3 periodSeconds: 10 successThreshold: 1 failureThreshold: 3