actualizacion domingo
This commit is contained in:
29
k8s-frigate/configmaps/configmap.yaml
Normal file
29
k8s-frigate/configmaps/configmap.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: frigate-config
|
||||
namespace: frigate
|
||||
|
||||
data:
|
||||
config.yml: |
|
||||
mqtt:
|
||||
host: mqtt.c2et.com
|
||||
user: frigate
|
||||
password: muyseguro
|
||||
|
||||
detectors:
|
||||
coral:
|
||||
type: edgetpu
|
||||
device: pci
|
||||
|
||||
cameras:
|
||||
cam1:
|
||||
ffmpeg:
|
||||
inputs:
|
||||
- path: rtsp://cam1.local/stream1
|
||||
roles:
|
||||
- detect
|
||||
detect:
|
||||
width: 1280
|
||||
height: 720
|
||||
fps: 5
|
||||
Reference in New Issue
Block a user