feat: Add Frigate NVR Helm chart with deployment, service, ingress, and configuration files

This commit is contained in:
sha
2026-05-22 00:04:15 +03:00
parent c24455ab32
commit 00389c4937
8 changed files with 374 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{{/*
Common labels
*/}}
{{- define "frigate.labels" -}}
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/component: nvr
app.kubernetes.io/part-of: home-automation
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end -}}
{{/*
Selector labels
*/}}
{{- define "frigate.selectorLabels" -}}
app: {{ .Release.Name }}
{{- end -}}