mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-30 12:50:24 +01:00
Increase timeoutSeconds
This is a temporary fix for the k8s restarts
This commit is contained in:
parent
d2ee4f0f13
commit
82f363c24a
@ -39,7 +39,7 @@ spec:
|
|||||||
- name: HTTPS
|
- name: HTTPS
|
||||||
value: "on"
|
value: "on"
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
@ -51,7 +51,7 @@ spec:
|
|||||||
- name: HTTPS
|
- name: HTTPS
|
||||||
value: "on"
|
value: "on"
|
||||||
initialDelaySeconds: 120
|
initialDelaySeconds: 120
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 3
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@ -39,7 +39,7 @@ spec:
|
|||||||
- name: HTTPS
|
- name: HTTPS
|
||||||
value: "on"
|
value: "on"
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
@ -51,7 +51,7 @@ spec:
|
|||||||
- name: HTTPS
|
- name: HTTPS
|
||||||
value: "on"
|
value: "on"
|
||||||
initialDelaySeconds: 120
|
initialDelaySeconds: 120
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 3
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user