diff options
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 |
