From 76f0753f2114da1872f0ad286ddd7ebf45e73894 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 15 May 2025 16:16:39 -0600 Subject: chore: allow envoy to handle health checks --- etc/envoy/envoy.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'etc') diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 2141649..5842448 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -76,6 +76,13 @@ static_resources: user_agent: "%REQ(USER-AGENT)%" codec_type: AUTO 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" + exact_match: "/health" - name: envoy.filters.http.oauth2 typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.oauth2.v3.OAuth2 -- cgit v1.2.3