From 0405630c9beb8f0e125f1b888132385a1e4f749e Mon Sep 17 00:00:00 2001
From: mamu <mamu+ctdo@stablerock.de>
Date: Tue, 11 Jan 2022 12:19:47 +0000
Subject: [PATCH] Updates led endpoint

spacepanel aggregator is now hosted on ctdos k8s-cluster, hostname is shady i know, but it works...
---
 show_leds/show_leds.ino | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/show_leds/show_leds.ino b/show_leds/show_leds.ino
index bdb455d..5b5b8c1 100644
--- a/show_leds/show_leds.ino
+++ b/show_leds/show_leds.ino
@@ -10,7 +10,7 @@
 #define NUMPIXELS      58
 const char* ssid = "CTDO-LEGACY";
 const char* password = "****";
-const char* apiEndpoint = "http://spacepanel.stablerock.de/leds";
+const char* apiEndpoint = "http://spacepanel-aggregator-ingress.ctdo-spacepanel.195.160.168.3.nip.io/leds";
 const int pollInterval = 10000;
 HTTPClient http;