11# Deploy with Helm
22
3- This section shows how to deploy the Video Search and Summary Sample Application using Helm chart.
3+ This section shows how to deploy the Smart NVR Application using Helm chart.
44
55## Prerequisites
66
@@ -193,7 +193,7 @@ smart_nvr_port=$(kubectl get service nvr-event-router-ui-nginx -n $my_namespace
193193echo " http://${smart_nvr_ip} :${smart_nvr_port} "
194194` ` `
195195
196- Copy the output of above bash snippet and paste it into your browser to access the ** Video Search and Summarization Application** .
196+ Copy the output of above bash snippet and paste it into your browser to access the ** Smart NVR Application** .
197197
198198# ## Step 8: Update Helm Dependencies
199199
@@ -206,7 +206,7 @@ helm dependency update
206206
207207# ## Step 9: Uninstall Helm chart
208208
209- To uninstall the Video Summary Helm chart, use the following command:
209+ To uninstall the Smart NVR Helm chart, use the following command:
210210
211211` ` ` bash
212212helm uninstall smart-nvr -n $my_namespace
@@ -215,11 +215,8 @@ helm uninstall smart-nvr -n $my_namespace
215215# # Verification
216216
217217- Ensure that all pods are running and the services are accessible.
218- - Access the Video Summary application dashboard and verify that it is functioning as expected.
219- - Upload a test video to verify that the ingestion, processing, and summary pipeline works
220- correctly.
221- - Check that all components (MinIO, PostgreSQL, RabbitMQ, Video Ingestion, VLM inference,
222- Audio Analyzer) are functioning properly.
218+ - Access the Smart NVR application dashboard and verify that it is functioning as expected.
219+ - Check that all components (Frigate, MQTT Broker, Redis, NVR Event Router, NVR Event Router UI) are functioning properly.
223220
224221# # Troubleshooting
225222
0 commit comments