diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-01-13 21:33:43 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-01-16 20:47:33 +0000 |
commit | 3f951433b89df4639bb2ae8f297aee90c70cebf5 (patch) | |
tree | ae93e18461fb7cb92a4ae18faa43fd620ba8f58e /extras/hs-test/topo-containers | |
parent | f4b82f52e8b0fcc59a4c3020724022a7bc184b1a (diff) |
hs-test: restrict concurrency on envoy
Type: test
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: I8b06f4554a6ee5b13de829e47eaa82431a76c332
Diffstat (limited to 'extras/hs-test/topo-containers')
-rw-r--r-- | extras/hs-test/topo-containers/ns.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |