frigate: Migrate to Kustomize

This commit is contained in:
2025-07-12 20:23:08 +03:00
parent 84b259ace4
commit 2041f5f80a
4 changed files with 28 additions and 371 deletions

View File

@@ -1,5 +1,8 @@
```
helm repo add blakeblackshear https://blakeblackshear.github.io/blakeshome-charts/
helm template -n frigate --release-name frigate blakeblackshear/frigate --include-crds -f values.yaml > application.yml
kubectl apply -n frigate -f application.yml -f auth.yml -f rabbitmq.yml -f storage-class.yml -f storage.yml -f transcode.yml
# Frigate
# Deployment
With ArgoCD. Render it locally:
```sh
kustomize build . --enable-helm
```