initial upload
This commit is contained in:
9
files/consul/configs/service-mysql.hcl
Normal file
9
files/consul/configs/service-mysql.hcl
Normal file
@@ -0,0 +1,9 @@
|
||||
service {
|
||||
name = "mariadb"
|
||||
port = 3306
|
||||
tags = [ "db" ]
|
||||
check {
|
||||
tcp = "localhost:3306"
|
||||
interval = "5s"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user