diff --git a/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml b/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml index cf49bf0cc7..891c3f366c 100644 --- a/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml +++ b/metro-ai-suite/image-based-video-search/chart/templates/dlstreamer-pipeline-server/deployment.yaml @@ -101,13 +101,7 @@ spec: volumeMounts: - name: '{{ include "image_based_video_search.fullname" . }}-dlstreamer-pipeline-server-pipeline' mountPath: /home/pipeline-server/config.json - subPath: config.cpu.json - - name: '{{ include "image_based_video_search.fullname" . }}-dlstreamer-pipeline-server-pipeline' - mountPath: /home/pipeline-server/config.gpu.json - subPath: config.gpu.json - - name: '{{ include "image_based_video_search.fullname" . }}-dlstreamer-pipeline-server-pipeline' - mountPath: /home/pipeline-server/config.npu.json - subPath: config.npu.json + subPath: {{ .Values.dlstreamerpipelineserver.pipeline }} - name: '{{ include "image_based_video_search.fullname" . }}-dlstreamer-pipeline-server-pipeline' mountPath: /home/pipeline-server/person-vehicle-bike-detection-2004.json subPath: person-vehicle-bike-detection-2004.json diff --git a/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md b/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md index a5b6bdd0a1..cb1bcbe500 100644 --- a/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md +++ b/metro-ai-suite/image-based-video-search/docs/user-guide/get-started.md @@ -148,6 +148,11 @@ a pre-step to prepare models may be needed | ![image1](./_images/imagesearch1.png) | ![image2](./_images/imagesearch2.png) | |--------------------------------|--------------------------------| +8. **Stop the Application**: + - Brind down the dockers along with volumes: + ```bash + docker compose down -v + ```