chore: Make readiness probes less sensitive

This commit is contained in:
Nikolai Rodionov 2023-06-23 23:46:19 +02:00
parent 71b46ee97c
commit a888247ab0
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -41,6 +41,10 @@ lifecycle:
- -c - -c
- for i in {1..100}; do mc-health && break || sleep 20; done && mc-send-to-console setpassword 11223345 - for i in {1..100}; do mc-health && break || sleep 20; done && mc-send-to-console setpassword 11223345
readinessProbe: readinessProbe:
command:
- mc-health
periodSeconds: 20
failureThreshold: 50
timeoutSeconds: 10 timeoutSeconds: 10
livenessProbe: livenessProbe:
timeoutSeconds: 10 timeoutSeconds: 10