1
0
Fork 0
forked from infra/ansible

bodhi-valkey: change liveness timeout

Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
Mattia Verga 2026-05-11 10:13:14 +02:00
commit 6b9752397d

View file

@ -410,7 +410,7 @@ spec:
exec:
command: ['/bin/sh', '-c', 'valkey-cli -a "$VALKEY_PASSWORD" ping']
livenessProbe:
timeoutSeconds: 60
timeoutSeconds: 30
initialDelaySeconds: 30
periodSeconds: 120
failureThreshold: 5