diff options
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 |