aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/topo-containers/nginxProxyAndServer.yaml')
-rw-r--r--extras/hs-test/topo-containers/nginxProxyAndServer.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/nginxProxyAndServer.yaml b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
new file mode 100644
index 00000000000..cc6b780bafc
--- /dev/null
+++ b/extras/hs-test/topo-containers/nginxProxyAndServer.yaml
@@ -0,0 +1,20 @@
+---
+volumes:
+ - volume: &shared-vol-proxy
+ host-dir: "$HST_VOLUME_DIR/shared-vol-proxy"
+
+containers:
+ - name: "vpp-proxy"
+ volumes:
+ - <<: *shared-vol-proxy
+ container-dir: "/tmp/vpp"
+ is-default-work-dir: true
+ - name: "nginx-proxy"
+ volumes:
+ - <<: *shared-vol-proxy
+ container-dir: "/tmp/nginx"
+ is-default-work-dir: true
+ image: "hs-test/nginx-ldp"
+ is-optional: true
+ - name: "nginx-server"
+ image: "hs-test/nginx-server"