Built from main in run #516 after #339 merged. Follows the navidrome kustomization convention (deployment image = local ref + :kustomized, kustomization override = newTag only). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
661 B
YAML
29 lines
661 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: frigate
|
|
resources:
|
|
- external-secret.yaml
|
|
- pv-nfs.yaml
|
|
- pvc-recordings.yaml
|
|
- pvc-database.yaml
|
|
- deployment.yaml
|
|
- deployment-notify.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
|
|
images:
|
|
- name: busybox
|
|
newTag: "1.37"
|
|
- name: ghcr.io/blakeblackshear/frigate
|
|
newTag: 0.17.1-tensorrt
|
|
- name: registry.ops.eblu.me/blumeops/frigate-notify
|
|
newTag: v0.5.4-fb4bf5a-nix
|
|
|
|
configMapGenerator:
|
|
- name: frigate-config
|
|
files:
|
|
- config.yml=frigate-config.yml
|
|
- name: frigate-notify-config
|
|
files:
|
|
- config.yml=frigate-notify-config.yml
|