resultsdb: increase timeout on liveness probe
A 1 second health check seems to be too much for this currently, lets try bumping that up to 5 and see if that stops it being killed a bunch. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
abb12e2421
commit
31c076f025
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ spec:
|
|||
path: /api/v2.0/healthcheck
|
||||
port: 5001
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /api/v2.0/healthcheck
|
||||
|
|
|
@ -51,7 +51,7 @@ spec:
|
|||
path: /
|
||||
port: 5002
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue