diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/envoy/envoy.yaml | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 1cf88353..19df6a4f 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -92,27 +92,14 @@ static_resources: request_timeout: 30s stream_idle_timeout: 300s http_filters: - # - name: envoy.filters.http.health_check - # typed_config: - # "@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck - # pass_through_mode: false - # headers: - # - name: ":path" - # string_match: - # exact: "/health" - # - name: envoy.filters.http.ext_authz - # typed_config: - # "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthz - # transport_api_version: V3 - # grpc_service: - # envoy_grpc: - # cluster_name: authzd - # timeout: 5s - # failure_mode_allow: false - # include_peer_certificate: true - # clear_route_cache: true - # status_on_error: - # code: 503 + - name: envoy.filters.http.health_check + typed_config: + "@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck + pass_through_mode: false + headers: + - name: ":path" + string_match: + exact: "/health" - name: envoy.filters.http.router typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router |
