mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
14 lines
162 B
HCL
14 lines
162 B
HCL
|
services {
|
||
|
name = "s1"
|
||
|
port = 8079
|
||
|
connect {
|
||
|
sidecar_service {
|
||
|
proxy {
|
||
|
config {
|
||
|
protocol = "grpc"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|