16 lines
308 B
HCL
16 lines
308 B
HCL
|
service {
|
||
|
id = "registry"
|
||
|
name = "registry"
|
||
|
tags = ["api-registry", "registry", "https", "grpc", "tcp", "consul", "catalog"]
|
||
|
address = ""
|
||
|
port = 8500
|
||
|
check {
|
||
|
id = "registry"
|
||
|
name = "Registry Service"
|
||
|
tcp ="localhost:53"
|
||
|
interval = "10s"
|
||
|
timeout = "1s"
|
||
|
}
|
||
|
}
|
||
|
|