(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
Some checks failed
package-helm-chart / package-helm-chart (push) Failing after 6s
This commit is contained in:
parent
bf689cdeb5
commit
548ca5ba64
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user