chore(helm): increase health check timeout

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-05-30 17:28:19 +02:00
parent 6aaa0b5fb8
commit 440efd1b5d

View file

@ -118,4 +118,5 @@ healthCheck:
path: /
port: 8000
initialDelaySeconds: 100
periodSeconds: 3
periodSeconds: 15
timeoutSeconds: 10