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,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-config
|
||||
labels:
|
||||
{{- include "frigate.labels" . | nindent 4 }}
|
||||
data:
|
||||
config.yaml: |
|
||||
{{ toYaml .Values.frigateConfig | indent 4 }}
|
||||
Reference in New Issue
Block a user