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
+19
View File
@@ -0,0 +1,19 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: frigate
namespace: flux-system
spec:
interval: 15m
path: ./apps/frigate
prune: true # remove any elements later removed from the above path
wait: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age
dependsOn:
- name: infra-configs