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:
Kevin Fenzi 2024-07-17 15:15:47 -07:00
parent abb12e2421
commit 31c076f025
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -51,7 +51,7 @@ spec:
path: /
port: 5002
livenessProbe:
timeoutSeconds: 1
timeoutSeconds: 5
initialDelaySeconds: 30
httpGet:
path: /