Files
ansible/files/consul/configs/service-mysql.hcl
2025-10-10 11:07:34 +00:00

10 lines
178 B
HCL

service {
name = "mariadb"
port = 3306
tags = [ "db" ]
check {
tcp = "localhost:3306"
interval = "5s"
}
}