diff --git a/envoy/config/filter/http/health_check/v2/health_check.proto b/envoy/config/filter/http/health_check/v2/health_check.proto index 36a7fbb2..e699cfc4 100644 --- a/envoy/config/filter/http/health_check/v2/health_check.proto +++ b/envoy/config/filter/http/health_check/v2/health_check.proto @@ -21,7 +21,7 @@ message HealthCheck { // Specifies the incoming HTTP endpoint that should be considered the // health check endpoint. For example */healthcheck*. - string endpoint = 2 [(validate.rules).string.min_bytes = 1, deprecated = true]; + string endpoint = 2 [deprecated = true]; // If operating in pass through mode, the amount of time in milliseconds // that the filter should cache the upstream response.