From 3f951433b89df4639bb2ae8f297aee90c70cebf5 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 13 Jan 2023 21:33:43 +0100 Subject: hs-test: restrict concurrency on envoy Type: test Signed-off-by: Filip Tehlar Change-Id: I8b06f4554a6ee5b13de829e47eaa82431a76c332 --- extras/hs-test/topo-containers/ns.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/hs-test/topo-containers/ns.yaml') diff --git a/extras/hs-test/topo-containers/ns.yaml b/extras/hs-test/topo-containers/ns.yaml index bdba5605e87..e472531c8f7 100644 --- a/extras/hs-test/topo-containers/ns.yaml +++ b/extras/hs-test/topo-containers/ns.yaml @@ -25,4 +25,5 @@ containers: - name: "VCL_CONFIG" value: "/tmp/vcl.conf" image: "envoyproxy/envoy-contrib:v1.21-latest" + extra-args: "--concurrency 2 -c /etc/envoy/envoy.yaml" is-optional: true -- cgit 1.2.3-korg