From 42ba9dd5f303e73a344fccb624feff1904684104 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 10 Mar 2025 00:19:27 +0100 Subject: [PATCH] Try host 3 --- owntracks/recorder.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/owntracks/recorder.yaml b/owntracks/recorder.yaml index 0f217f6..d79f8ce 100644 --- a/owntracks/recorder.yaml +++ b/owntracks/recorder.yaml @@ -86,10 +86,10 @@ spec: ports: - containerPort: 8083 env: - - name: OTR_HTTPHOST - value: "http://mqtt" + - name: OTR_HOST + value: "mqtt" - name: OTR_PORT - value: "9001" + value: "1883" - name: OTR_USER value: "ruben" - name: OTR_PASS