Just deploy the vend application with a Helm chart.
cd ./charts
helm dependency update ./vend-helm/
helm install --dry-run --debug vend-helm-chart ./vend-helm/
cd /charts
helm lint ./vend-helm
helm install vend-helm ./vend-helm
cd ./charts
helm uninstall vend-helm