e87d2bb24f
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.
23 lines
327 B
HCL
23 lines
327 B
HCL
services {
|
|
name = "s2"
|
|
port = 8181
|
|
connect {
|
|
sidecar_service {
|
|
proxy {
|
|
expose {
|
|
checks = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
checks = [
|
|
{
|
|
name = "http"
|
|
http = "http://127.0.0.1:8181/debug"
|
|
method = "GET"
|
|
interval = "10s"
|
|
timeout = "1s"
|
|
},
|
|
]
|
|
}
|