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