Skip to content

Commit 8417819

Browse files
committed
fix(mysql): Resolve environment-dependent startup failures by switching MySQL probes to TCP
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
1 parent 5d45b32 commit 8417819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/devlake/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ mysql:
101101
command:
102102
- "sh"
103103
- "-c"
104-
- "mysqladmin ping -u root -p$MYSQL_ROOT_PASSWORD"
104+
- "mysqladmin ping --protocol=TCP -h 127.0.0.1 -u root -p$MYSQL_ROOT_PASSWORD"
105105
initialDelaySeconds: 120
106106
periodSeconds: 10
107107
timeoutSeconds: 10

0 commit comments

Comments
 (0)