diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-15 16:16:39 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-15 16:16:39 -0600 |
| commit | 76f0753f2114da1872f0ad286ddd7ebf45e73894 (patch) | |
| tree | 073f38f5834e433afd64038d7aa25266c47329df /etc | |
| parent | c151c1a77d31c5e01885691b6df1ea7b0be0b0e5 (diff) | |
chore: allow envoy to handle health checks
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/envoy/envoy.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
