frigate and remove ollama

This commit is contained in:
Michael Thomson
2026-09-08 15:53:57 -04:00
parent 504a03450e
commit 6c7c4895db
7 changed files with 113 additions and 65 deletions
@@ -1,12 +1,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: ollama
name: frigate
namespace: flux-system
spec:
interval: 15m
path: ./apps/ollama
prune: true
path: ./apps/frigate
prune: true # remove any elements later removed from the above path
wait: true
sourceRef:
kind: GitRepository