root: monitor redis in readiness check, relax monitoring period

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-07 15:36:46 +02:00
parent 35232afa7e
commit 12b1f53948
4 changed files with 17 additions and 5 deletions

View File

@ -108,11 +108,13 @@ spec:
path: /-/health/live/
port: http
initialDelaySeconds: 15
periodSeconds: 30
readinessProbe:
httpGet:
path: /-/health/ready/
port: http
initialDelaySeconds: 15
periodSeconds: 30
resources:
requests:
cpu: 100m