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