diff options
Diffstat (limited to 'extras/hs-test/topo-containers/envoyProxy.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/envoyProxy.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/hs-test/topo-containers/envoyProxy.yaml b/extras/hs-test/topo-containers/envoyProxy.yaml index 92dd9b93c47..cbb00d868db 100644 --- a/extras/hs-test/topo-containers/envoyProxy.yaml +++ b/extras/hs-test/topo-containers/envoyProxy.yaml @@ -20,9 +20,8 @@ containers: - name: "ENVOY_UID" value: "0" - name: "VCL_CONFIG" - value: "/tmp/vcl.conf" - image: "envoyproxy/envoy-contrib:v1.30-latest" - extra-args: "--log-format [%t][%l][%g:%#]%_ --concurrency 2 -c /etc/envoy/envoy.yaml" + value: /tmp/vcl.conf + image: "hs-test/envoy" is-optional: true - name: "nginx-server" volumes: |