diff options
author | 2024-09-06 15:30:59 +0200 | |
---|---|---|
committer | 2024-09-10 16:35:23 +0000 | |
commit | 5b175eca2d6389bfb0c09839436df83cf8df334c (patch) | |
tree | deccee366af3239f0d132f6a58aa8c88004b8ce9 /extras/hs-test/topo-containers/envoyProxy.yaml | |
parent | 6e129e3a4522f429fc6cee7f5bde2fde8082af83 (diff) |
hs-test: upload via proxy tests
Type: test
Change-Id: Id6b4e2348735081c827f814a814c976b601432ec
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/topo-containers/envoyProxy.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/envoyProxy.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extras/hs-test/topo-containers/envoyProxy.yaml b/extras/hs-test/topo-containers/envoyProxy.yaml index 49808076f88..92dd9b93c47 100644 --- a/extras/hs-test/topo-containers/envoyProxy.yaml +++ b/extras/hs-test/topo-containers/envoyProxy.yaml @@ -1,17 +1,17 @@ --- volumes: - - volume: &shared-vol-envoy-proxy - host-dir: "$HST_VOLUME_DIR/shared-vol-envoy-proxy" + - volume: &shared-vol + host-dir: "$HST_VOLUME_DIR/shared-vol" containers: - name: "vpp" volumes: - - <<: *shared-vol-envoy-proxy + - <<: *shared-vol container-dir: "/tmp/vpp" is-default-work-dir: true - name: "envoy-vcl" volumes: - - <<: *shared-vol-envoy-proxy + - <<: *shared-vol container-dir: "/tmp/vpp-envoy" is-default-work-dir: true - host-dir: "$HST_DIR/resources/envoy" @@ -26,7 +26,7 @@ containers: is-optional: true - name: "nginx-server" volumes: - - <<: *shared-vol-envoy-proxy + - <<: *shared-vol container-dir: "/tmp/nginx" is-default-work-dir: true image: "hs-test/nginx-server" |