You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
401 B
17 lines
401 B
8 years ago
|
##
|
||
|
## cockroach-consul.hcl -- Consul Service Definition for CockroachDB
|
||
|
##
|
||
|
|
||
|
service = {
|
||
|
name = "cockroach"
|
||
|
tags = []
|
||
|
enable_tag_override = false
|
||
|
address = "127.0.0.1"
|
||
|
port = 26257
|
||
|
checks = [ {
|
||
|
script = "@l_prefix@/sbin/consul-openpkg-service cockroach"
|
||
|
interval = "2s"
|
||
|
} ]
|
||
|
}
|
||
|
|