From a1fd6597d22eaf70c99919bc3fab90129f33cc46 Mon Sep 17 00:00:00 2001 From: pomyslowynick Date: Sat, 20 Jul 2024 15:25:12 +0100 Subject: [PATCH] Add required field to router config --- configs/hcm/1.hcm.envoy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/hcm/1.hcm.envoy.yaml b/configs/hcm/1.hcm.envoy.yaml index 70a2f61..3e3c055 100644 --- a/configs/hcm/1.hcm.envoy.yaml +++ b/configs/hcm/1.hcm.envoy.yaml @@ -40,6 +40,8 @@ static_resources: # The last filter in this filter chain is the 'router', it will route traffic to the corresponding Envoy Clusters. http_filters: - name: envoy.filters.http.router + typed_config: + "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router ######################################### clusters: - name: upstream