Skip to content

teknoir/victra-poc-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

Victra PoC Helm Chart

This chart deploys a Victra PoC 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 Victra PoC sites.

Usage in Teknoir platform

Use the HelmChart to deploy the Victra PoC site to a Device.

---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: site-0001
  namespace: default
spec:
  repo: https://teknoir.github.io/victra-poc-helm
  chart: victra-poc
  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

nvr:
  instances:
    - name: teknoir-nvr-2x3090-se-axis
      camera:
        uri: rtsp://teknoir:[email protected]/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

helm repo add teknoir-victra-poc https://teknoir.github.io/victra-poc-helm/

Installing the chart

helm install victra-poc teknoir-victra-poc/victra-poc -f values.yaml

About

A Helm chart for Victra PoC sites

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •