Increase timeoutSeconds

This is a temporary fix for the k8s restarts
This commit is contained in:
Deni Bertovic 2019-06-18 09:37:01 +02:00
parent d2ee4f0f13
commit 82f363c24a
No known key found for this signature in database
GPG Key ID: 365E1D1464846B92
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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