mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
feat: Add Frigate NVR Helm chart with deployment, service, ingress, and configuration files
This commit is contained in:
@@ -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 -}}
|
||||
Reference in New Issue
Block a user