Skip to content

Commit 45e513f

Browse files
committed
🚢 test: mysql
1 parent 727641a commit 45e513f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/mysql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- /bin/bash
5252
- -ec
5353
- |
54-
mysqladmin status
54+
mysqladmin -h 127.0.0.1 status
5555
initialDelaySeconds: 30
5656
periodSeconds: 10
5757
timeoutSeconds: 5
@@ -61,7 +61,7 @@ spec:
6161
- /bin/bash
6262
- -ec
6363
- |
64-
mysqladmin ping
64+
mysqladmin -h 127.0.0.1 ping
6565
initialDelaySeconds: 5
6666
periodSeconds: 2
6767
timeoutSeconds: 1

0 commit comments

Comments
 (0)