Skip to content

Commit

Permalink
Move values.yaml to actually make defaults work
Browse files Browse the repository at this point in the history
  • Loading branch information
tekn0ir committed Nov 21, 2024
1 parent a5ebd09 commit 0729699
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 64 deletions.
6 changes: 3 additions & 3 deletions charts/boxer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: boxer
description: A Helm chart for Boxer Property

type: application
version: 0.0.3
version: 0.0.4
appVersion: "1.0.0"

dependencies:
- name: nvr
version: 0.2.2
version: 0.2.3
repository: https://teknoir.github.io/nvr-helm
- name: triton
version: 0.1.0
repository: https://teknoir.github.io/triton-helm
# TODO: Add Observatory pipeline
# TODO: Add Historian
# TODO: Add Historian
File renamed without changes.
61 changes: 0 additions & 61 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,82 +31,21 @@ nvr:
config-height=1080
osd-mode=2
display-font-size=25
[line-crossing-stream-0]
enable=1
line-crossing-Entry-0=59;591;153;557;200;688;106;426
line-crossing-Exit-0=247;523;153;557;106;426;200;688
line-crossing-Entry-1=1607;566;1508;550;1568;183;1448;917
line-crossing-Exit-1=1410;534;1508;550;1448;917;1568;183
- name: teknoir-nvr-2x3090-se-vid1
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid1
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25
- name: teknoir-nvr-2x3090-se-vid2
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid2
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25
- name: teknoir-nvr-2x3090-se-vid3
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid3
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25
- name: teknoir-nvr-2x3090-se-vid4
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid4
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25
- name: teknoir-nvr-2x3090-se-vid5
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid5
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25
- name: teknoir-nvr-2x3090-se-vid6
camera:
uri: rtsp://rtsp-video-file-streams:8554/vid6
nvdsanalytics:
enabled: true
config: |
[property]
enable=1
config-width=1920
config-height=1080
osd-mode=2
display-font-size=25

0 comments on commit 0729699

Please sign in to comment.