(1.0.13) devops: increase initialdelayseconds to 300 for database liveness and readiness probes in the statefulset
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 6s

This commit is contained in:
Rebecca Valente 2025-09-23 12:38:35 -03:00
parent bf689cdeb5
commit 548ca5ba64

View File

@ -49,7 +49,7 @@ spec:
- /bin/sh
- -c
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
initialDelaySeconds: 30
initialDelaySeconds: 300
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
@ -60,7 +60,7 @@ spec:
- /bin/sh
- -c
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
initialDelaySeconds: 5
initialDelaySeconds: 300
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1