Skip to content

Commit ae349e3

Browse files
[DOCS] Docs reference update (#2078)
Co-authored-by: Yogesh Pandey <yogesh.pandey@intel.com>
1 parent a6dd43f commit ae349e3

File tree

4 files changed

+119
-165
lines changed

4 files changed

+119
-165
lines changed

metro-ai-suite/smart-nvr/docs/user-guide/get-started/deploy-with-helm.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
193193
echo "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
212212
helm 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

Comments
 (0)