charts/charts/stable/frigate
ᗪєνιη ᗷυнʟ 619d9e49e9
[frigate] chart based on common (#1091)
* feat: welcome back frigate

* feat: add resources block

* Update charts/stable/frigate/templates/configmap.yaml

Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>

* feat: add resources block

* feat: add resources block

* fix: configmap tpl

Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
2021-07-18 11:16:33 -04:00
..
templates [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
.helmignore [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
Chart.yaml [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
README_CHANGELOG.md.gotmpl [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
README_CONFIG.md.gotmpl [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
README.md [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
README.md.gotmpl [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00
values.yaml [frigate] chart based on common (#1091) 2021-07-18 11:16:33 -04:00

frigate

Version: 5.0.0 AppVersion: v0.8.0

NVR With Realtime Object Detection for IP Cameras

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Source Code

Requirements

Kubernetes: >=1.16.0-0

Dependencies

Repository Name Version
https://library-charts.k8s-at-home.com common 3.3.0

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install frigate k8s-at-home/frigate

Installing the Chart

To install the chart with the release name frigate

helm install frigate k8s-at-home/frigate

Uninstalling the Chart

To uninstall the frigate deployment

helm uninstall frigate

The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.

Specify each parameter using the --set key=value[,key=value] argument to helm install.

helm install frigate \
  --set env.TZ="America/New York" \
    k8s-at-home/frigate

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install frigate k8s-at-home/frigate -f values.yaml

Custom configuration

N/A

Values

Important: When deploying an application Helm chart you can add more values from our common library chart here

Key Type Default Description
affinity object {} Affinity constraint rules to place the Pod on a specific node. [ref]
config string see URL to default config See docs for more details.
env object See below environment variables. See docs for more details.
env.FRIGATE_RTSP_PASSWORD string empty Set a RTSP password
env.TZ string "UTC" Set the container timezone
image.pullPolicy string "IfNotPresent" image pull policy
image.repository string "blakeblackshear/frigate" image repository
image.tag string "0.8.4-amd64" image tag
ingress.main object See values.yaml Enable and configure ingress settings for the chart under this key.
persistence object See values.yaml Configure persistence settings for the chart under this key.
persistence.cache object See values.yaml Configure a temporary cache. See docs for more details..
persistence.usb object See values.yaml Configure a hostPathMount to mount a USB device in the container.
resources object {} Configure the resource requests and/or limits for the Pod
securityContext.privileged bool false (bool) Privileged securityContext may be required if USB devices are accessed directly through the host machine
service object See values.yaml Configures service settings for the chart.

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.0.0

Changed

  • BREAKING: Upgraded the common library dependency to version 3.0.0. This introduces several breaking changes (service, ingress and persistence keys have been refactored). Be sure to check out the library chart for the up-to-date values.

Support


Autogenerated from chart metadata using helm-docs v1.5.0