add frigate nvr
This commit is contained in:
5
apps/frigate/kustomization.yaml
Normal file
5
apps/frigate/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
||||||
|
- release.yaml
|
||||||
5
apps/frigate/namespace.yaml
Normal file
5
apps/frigate/namespace.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: frigate
|
||||||
48
apps/frigate/release.yaml
Normal file
48
apps/frigate/release.yaml
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: blakeblackshear
|
||||||
|
namespace: frigate
|
||||||
|
spec:
|
||||||
|
interval: 24h
|
||||||
|
url: https://blakeblackshear.github.io/blakeshome-charts/
|
||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: frigate
|
||||||
|
namespace: frigate
|
||||||
|
spec:
|
||||||
|
interval: 30m
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: frigate
|
||||||
|
version: 7.8.0
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: blakeblackshear
|
||||||
|
namespace: frigate
|
||||||
|
interval: 12h
|
||||||
|
values:
|
||||||
|
config: |
|
||||||
|
mqtt:
|
||||||
|
enabled: False
|
||||||
|
cameras:
|
||||||
|
dummy_camera:
|
||||||
|
enabled: False
|
||||||
|
ffmpeg:
|
||||||
|
inputs:
|
||||||
|
- path: rtsp://127.0.0.1:554/rtsp
|
||||||
|
roles:
|
||||||
|
- detect
|
||||||
|
persistence:
|
||||||
|
media:
|
||||||
|
enabled: true
|
||||||
|
size: 100Gi
|
||||||
|
storageClass: mayastor-single-hdd
|
||||||
|
skipuninstall: true
|
||||||
|
config:
|
||||||
|
enabled: true
|
||||||
|
size: 100Mi
|
||||||
|
storageClass: mayastor-single-hdd
|
||||||
|
skipuninstall: true
|
||||||
@@ -6,3 +6,4 @@ resources:
|
|||||||
- renovate
|
- renovate
|
||||||
- ollama
|
- ollama
|
||||||
- librechat
|
- librechat
|
||||||
|
- frigate
|
||||||
|
|||||||
Reference in New Issue
Block a user