Skip to content

Commit c62bacd

Browse files
authored
manifests: Increate the probes seconds (#1845)
1 parent 2985423 commit c62bacd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifests/v1beta1/components/mysql/mysql.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,17 @@ spec:
4444
- "/bin/bash"
4545
- "-c"
4646
- "mysql -D ${MYSQL_DATABASE} -u root -p${MYSQL_ROOT_PASSWORD} -e 'SELECT 1'"
47-
periodSeconds: 2
47+
initialDelaySeconds: 10
48+
periodSeconds: 5
4849
failureThreshold: 10
4950
livenessProbe:
5051
exec:
5152
command:
5253
- "/bin/bash"
5354
- "-c"
5455
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
55-
periodSeconds: 2
56+
initialDelaySeconds: 10
57+
periodSeconds: 5
5658
failureThreshold: 10
5759
startupProbe:
5860
exec:

0 commit comments

Comments
 (0)