mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-03-14 04:56:05 +00:00
27 lines
528 B
YAML
27 lines
528 B
YAML
persistence:
|
|
data:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /data
|
|
|
|
configmap:
|
|
config:
|
|
enabled: true
|
|
data:
|
|
config.yml: |
|
|
database:
|
|
path: /data/frigate.db
|
|
mqtt:
|
|
host: test.mosquitto.org
|
|
cameras:
|
|
back:
|
|
ffmpeg:
|
|
inputs:
|
|
- path: rtsp://10.0.10.10:554/rtsp
|
|
roles:
|
|
- detect
|
|
- rtmp
|
|
detect:
|
|
width: 1280
|
|
height: 720
|