frigate: Migrate to Kustomize
This commit is contained in:
21
frigate/kustomization.yaml
Normal file
21
frigate/kustomization.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: frigate
|
||||
|
||||
# spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
|
||||
helmCharts:
|
||||
- includeCRDs: true
|
||||
name: &name frigate
|
||||
releaseName: *name
|
||||
repo: https://blakeblackshear.github.io/blakeshome-charts/
|
||||
valuesFile: values.yaml
|
||||
version: 7.8.0
|
||||
|
||||
resources:
|
||||
- ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): frigate-mqtt-secret / frigate-rtsp-secret
|
||||
- ./auth.yml
|
||||
- ./rabbitmq.yml
|
||||
- ./storage-class.yml
|
||||
- ./storage.yml
|
||||
- ./transcode.yml
|
Reference in New Issue
Block a user