mariadb: reasonable timing for readinessProbe
Give mariadb time to start up and probe only as much as needed. This avoids premature health warnings. Change-Id: I5427cb26dc6a788123bdfac925e6d94321aabb1f
This commit is contained in:
parent
e67d9e5383
commit
48fa00f2d7
@ -64,6 +64,9 @@ spec:
|
||||
name: mariadb-db-root-password
|
||||
key: MYSQL_ROOT_PASSWORD
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 3
|
||||
exec:
|
||||
command:
|
||||
- /tmp/readiness.sh
|
||||
|
Loading…
Reference in New Issue
Block a user