--- 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