hs-test: update envoy

- v1.21 -> 1.30

Type: test

Change-Id: Ib79a4addc0a93089c41c13abffc3e8f0af4c0d91
Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
Adrian Villin
2024-07-23 12:51:14 +02:00
committed by Florin Coras
parent c712de5a8e
commit 2a2c653169
2 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@ static_resources:
cluster: proxy_service
http_filters:
- name: envoy.filters.http.router
typed_config:
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
clusters:
- name: proxy_service
connect_timeout: 0.25s

View File

@ -22,6 +22,6 @@ containers:
value: "0"
- name: "VCL_CONFIG"
value: "/tmp/vcl.conf"
image: "envoyproxy/envoy-contrib:v1.21-latest"
image: "envoyproxy/envoy-contrib:v1.30-latest"
extra-args: "--concurrency 2 -c /etc/envoy/envoy.yaml"
is-optional: true