mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +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
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user