mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
39effd620c
Fixes #9311 This only fails if the kernel has ipv6 hard-disabled. It is not sufficient to merely not provide an ipv6 address for a network interface.
16 lines
233 B
HCL
16 lines
233 B
HCL
services {
|
|
name = "s1"
|
|
port = 8080
|
|
connect {
|
|
sidecar_service {
|
|
proxy {
|
|
upstreams = [
|
|
{
|
|
destination_name = "s2"
|
|
local_bind_port = 5000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |