2cb4fdc80f4a4a50544892f6098c27e88b3e1cff
[vpp.git] / extras / hs-test / topo-containers / ns.yaml
1 ---
2 volumes:
3   - shared-vol
4
5 # $HST_DIR will be replaced during runtime by path to hs-test directory
6 containers:
7   - name: "vpp"
8     volumes:
9       - host-dir: "shared-vol"
10         container-dir: "/tmp/vpp"
11         is-default-work-dir: true
12   - name: "envoy"
13     volumes:
14       - host-dir: "$HST_DIR/envoy/proxy.yaml"
15         container-dir: "/etc/envoy/envoy.yaml"
16       - host-dir: "shared-vol"
17         container-dir: "/tmp/vpp-envoy"
18         is-default-work-dir: true
19       - host-dir: "$HST_DIR/envoy"
20         container-dir: "/tmp"
21     vars:
22       - name: "ENVOY_UID"
23         value: "0"
24       - name: "VCL_CONFIG"
25         value: "/tmp/vcl.conf"
26     image: "envoyproxy/envoy-contrib:v1.21-latest"
27     is-optional: true