From 03dc4a5235c43d46faa5a3fbaa8c945e831571fa Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 14:03:07 -0800 Subject: [PATCH] Keep MQTT for real-time alerts, add Pacific timezone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert webapi change — polling latency is too high for alerts. MQTT with zone/label filters gives sub-second delivery. Add TZ=America/Los_Angeles to frigate-notify for local timestamps. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/frigate/deployment-notify.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/manifests/frigate/deployment-notify.yaml b/argocd/manifests/frigate/deployment-notify.yaml index 6273d71..4083d4d 100644 --- a/argocd/manifests/frigate/deployment-notify.yaml +++ b/argocd/manifests/frigate/deployment-notify.yaml @@ -17,6 +17,9 @@ spec: containers: - name: frigate-notify image: ghcr.io/0x2142/frigate-notify:v0.3.5 + env: + - name: TZ + value: America/Los_Angeles volumeMounts: - name: config mountPath: /app/config.yml