We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2985423 commit c62bacdCopy full SHA for c62bacd
manifests/v1beta1/components/mysql/mysql.yaml
@@ -44,15 +44,17 @@ spec:
44
- "/bin/bash"
45
- "-c"
46
- "mysql -D ${MYSQL_DATABASE} -u root -p${MYSQL_ROOT_PASSWORD} -e 'SELECT 1'"
47
- periodSeconds: 2
+ initialDelaySeconds: 10
48
+ periodSeconds: 5
49
failureThreshold: 10
50
livenessProbe:
51
exec:
52
command:
53
54
55
- "mysqladmin ping -u root -p${MYSQL_ROOT_PASSWORD}"
56
57
58
59
startupProbe:
60
0 commit comments