aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/envoyProxy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/topo-containers/envoyProxy.yaml')
-rw-r--r--extras/hs-test/topo-containers/envoyProxy.yaml10
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"