https://github.com/teknoir/prime-communications-helm
A Helm chart for Prime Communications sites
https://github.com/teknoir/prime-communications-helm
Last synced: 7 months ago
JSON representation
A Helm chart for Prime Communications sites
- Host: GitHub
- URL: https://github.com/teknoir/prime-communications-helm
- Owner: teknoir
- Created: 2024-11-28T13:36:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-05T12:14:37.000Z (7 months ago)
- Last Synced: 2025-03-05T13:25:19.317Z (7 months ago)
- Homepage: https://teknoir.cloud
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prime Communications Helm Chart
This chart deploys a Prime Communications site.
> The implementation of the Helm chart is right now the bare minimum to get it to work.
> The purpose of this chart is to prepare proper defaults for the Prime Communications sites.## Usage in Teknoir platform
Use the HelmChart to deploy the Prime Communications site to a Device.```yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: site-0001
namespace: default
spec:
repo: https://teknoir.github.io/prime-communications-helm
chart: prime-communications
targetNamespace: default
valuesContent: |-
# triton: See the triton-helm chart for details
# nvr: See the nvr-helm chart for details
# pipelines: See the pipelines-helm chart for details
# historian: See the historian-helm chart for details
# observatory-pipeline: See the observatory-pipeline-helm chart for details
```## Example values.yaml
```yaml
nvr:
instances:
- name: teknoir-nvr-2x3090-se-axis
camera:
uri: rtsp://teknoir:Teknoir2023@192.168.2.137/axis-media/media.amp?videocodec=h264&fps=15&resolution=1920x1080
- name: teknoir-nvr-2x3090-se-anders-test
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid5
- name: teknoir-nvr-2x3090-se-vid1
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid1
- name: teknoir-nvr-2x3090-se-vid2
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid2
- name: teknoir-nvr-2x3090-se-vid3
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid3
- name: teknoir-nvr-2x3090-se-vid4
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid4
- name: teknoir-nvr-2x3090-se-vid5
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid5
- name: teknoir-nvr-2x3090-se-vid6
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid6
```## Adding the repository
```bash
helm repo add teknoir-prime-communications https://teknoir.github.io/prime-communications-helm/
```## Installing the chart
```bash
helm install prime-communications teknoir-prime-communications/prime-communications -f values.yaml
```