frigate: add remaining old cameras

This commit is contained in:
2025-07-13 00:44:51 +03:00
parent 792a0864a4
commit 3a0747d9b8
2 changed files with 26 additions and 7 deletions

View File

@@ -6,3 +6,5 @@ With ArgoCD. Render it locally:
```sh
kustomize build . --enable-helm
```
Cameras are enumerated (with credentials) in secretspace.

View File

@@ -51,6 +51,7 @@ config: |
default: 30
mode: motion
# go2rtc (IPs, creds) each camera defined in secretspace/kube:frigate/go2rtc-config.yml
cameras:
server_room:
ffmpeg:
@@ -84,6 +85,22 @@ config: |
- detect
- rtmp
- record
ground_door:
ffmpeg:
inputs:
- path: rtsp://go2rtc:8554/ground_door
roles:
- detect
- rtmp
- record
back_door:
ffmpeg:
inputs:
- path: rtsp://go2rtc:8554/back_door
roles:
- detect
- rtmp
- record
ingress:
enabled: true