Skip to content

Commit

Permalink
drop mysql_ready_timeout and ready dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 3, 2024
1 parent 59a1ee8 commit 6672fc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ defaults:
healthcheck:
test: /healthcheck.sh
start_period: 30000000000
start_interval: 1000000000
env:
MYSQL_ROOT_HOST: {{ mysql_root_host }}
ready:
wait: {{ mysql_ready_timeout }}
mysql-client:
host: {{ mysql_ip }}
1 change: 0 additions & 1 deletion defines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ uas_ip: 192.168.52.3
uas_ip_osbr1: 10.52.0.3
uas_port: 5080
mysql_ip: 192.168.52.2
mysql_ready_timeout: 15
mysql_root_host: 192.168.52.%
username: testing
password: T3st|n6
Expand Down

0 comments on commit 6672fc1

Please sign in to comment.