blob: bdba5605e8785181ef7a8a7d5eab4933997f01f1 [file] [log] [blame]
Maros Ondrejickadb823ed2022-12-14 16:30:04 +01001---
2volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +01003 - volume: &shared-vol
4 host-dir: shared-vol
Maros Ondrejickadb823ed2022-12-14 16:30:04 +01005
6# $HST_DIR will be replaced during runtime by path to hs-test directory
7containers:
8 - name: "vpp"
9 volumes:
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010010 - <<: *shared-vol
Maros Ondrejickadb823ed2022-12-14 16:30:04 +010011 container-dir: "/tmp/vpp"
12 is-default-work-dir: true
13 - name: "envoy"
14 volumes:
15 - host-dir: "$HST_DIR/envoy/proxy.yaml"
16 container-dir: "/etc/envoy/envoy.yaml"
Maros Ondrejickaf719adf2022-12-20 15:10:50 +010017 - <<: *shared-vol
Maros Ondrejickadb823ed2022-12-14 16:30:04 +010018 container-dir: "/tmp/vpp-envoy"
19 is-default-work-dir: true
20 - host-dir: "$HST_DIR/envoy"
21 container-dir: "/tmp"
22 vars:
23 - name: "ENVOY_UID"
24 value: "0"
25 - name: "VCL_CONFIG"
26 value: "/tmp/vcl.conf"
27 image: "envoyproxy/envoy-contrib:v1.21-latest"
28 is-optional: true