health_check: Allow external health check for upstream (#23000)

Signed-off-by: Jacky Hu <jacky.hu@walmart.com>

Mirrored from https://github.com/envoyproxy/envoy @ acaa78543686469b4a0426ef88e7d132897f795f
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 33b696995e
commit 3c63f5aca1
  1. 7
      envoy/config/endpoint/v3/endpoint_components.proto

@ -44,6 +44,13 @@ message Endpoint {
// to a non-empty value allows overriding the cluster level configuration for a specific
// endpoint.
string hostname = 2;
// Optional alternative health check host address.
//
// .. attention::
//
// The form of the health check host address is expected to be a direct IP address.
core.v3.Address address = 3;
}
// The upstream host address.

Loading…
Cancel
Save