[LVA] Helm chart update for Live-video-alert-agent app#2333
[LVA] Helm chart update for Live-video-alert-agent app#2333kumarsjr wants to merge 35 commits intoopen-edge-platform:mainfrom
Conversation
| - -c | ||
| - | | ||
| until curl -sf http://{{ printf "%s-ovms" .Release.Name }}:{{ .Values.global.ovmsPort }}/v1/config; do | ||
| echo "waiting for OVMS..."; sleep 5; |
There was a problem hiding this comment.
No escape if OVMS does start?
| SPDX-License-Identifier: Apache-2.0 | ||
| */}} | ||
|
|
||
| {{- define "collector.fullname" -}} |
There was a problem hiding this comment.
Refer to comments from LVC
| Copyright (C) 2025 Intel Corporation | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| */}} | ||
|
|
There was a problem hiding this comment.
refer to comments for LVC helm
| @@ -0,0 +1,3 @@ | |||
| # Copyright (C) 2025 Intel Corporation | |||
| # SPDX-License-Identifier: Apache-2.0 | |||
| {{- include "lva.validate" . -}} | |||
There was a problem hiding this comment.
This ensures the validation template runs first before any other resources are created. This file check the required values and fails if something is wrong.
| - **Storage Requirement:** The chart creates a **10 Gi** PVC for the VLM model on first run. | ||
|
|
||
| See also: [System Requirements](system-requirements.md). | ||
|
|
There was a problem hiding this comment.
Provide link to this file from top level file.
| ## Learn More | ||
|
|
||
| - [Get Started](docs/user-guide/get-started.md) - Quick deployment guide | ||
| - [Deploy with Helm](docs/user-guide/deploy-with-helm.md) - Kubernetes Helm chart deployment |
There was a problem hiding this comment.
It is not in this file. Recheck in other apps where the helm link is given.
There was a problem hiding this comment.
This file can be deleted.
| enabled: false | ||
| # key: GPU resource label from device plugin (e.g. gpu.intel.com/i915 or gpu.intel.com/xe) | ||
| key: "" | ||
| device: "" |
There was a problem hiding this comment.
default should be CPU as specified in the override file
metro-ai-suite/live-video-analysis/live-video-alert-agent/chart/values.yaml
Show resolved
Hide resolved
|
|
||
| ### 3. Build Helm Dependencies | ||
| ```bash | ||
| helm dependency build |
There was a problem hiding this comment.
This is only required if chart is installed from source code. Please add a note.
Description
Checklist: