summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-04 11:17:27 -0600
committermo khan <mo@mokhan.ca>2025-07-04 11:17:27 -0600
commit7c2b698c5723e43fa4eb73a3fdb2bee829841ddb (patch)
tree41399da8a1acadb1c257e3ea471aef5bc4c73cdc
parent2e926541711ffa6eedb17000d0e08b28414929e8 (diff)
chore: enable the envoy health check
-rw-r--r--etc/envoy/envoy.yaml29
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