From ee141edeb0f7a005a8470f32ababdc05152e8395 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sat, 14 Feb 2026 13:41:18 -0800 Subject: [PATCH] Fix frigate-notify config structure Use MQTT-only event collection (disable webapi), fix ntfy alert config nesting to match frigate-notify's expected format. Co-Authored-By: Claude Opus 4.6 --- .../manifests/frigate/configmap-notify.yaml | 25 ++++++++----------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/argocd/manifests/frigate/configmap-notify.yaml b/argocd/manifests/frigate/configmap-notify.yaml index 973f496..7f26f75 100644 --- a/argocd/manifests/frigate/configmap-notify.yaml +++ b/argocd/manifests/frigate/configmap-notify.yaml @@ -8,26 +8,21 @@ data: frigate: server: http://frigate:5000 + webapi: + enabled: false + + mqtt: + enabled: true + server: mosquitto.mqtt.svc.cluster.local + port: 1883 + clientid: frigate-notify + topic_prefix: frigate + alerts: general: title: "Frigate Alert" - filters: - labels: - allow: - - person - - car - - dog - - cat - - bird - min_score: 0.6 - notif: ntfy: enabled: true server: http://ntfy.ntfy.svc.cluster.local:80 topic: frigate-alerts - headers: {} - - mqtt: - server: mosquitto.mqtt.svc.cluster.local - port: 1883