If this is in the wrong location please let me know or move the thread.
Hey folks. I run HA in a rpi4 cluster using k3s. My nodes are available over node-port with an external load balancer. Faster-Whisper, Piper, and Ollama are running on an old server separate from the cluster, no issues there. I was able to setup two HA Voice Preview devices a few days ago successfully and was issuing commands with them until I started trying to make them play sounds from files hosted on the pi's. This was somewhat accidental on my part using a text to speech pipeline incorrectly but it lead me to the Network Settings for my HA instance. The Local network is set automatically even if I attempt to replace it. At best I can disable it and enable the internet url or vice versa. My local network address defaults to the internal k3s IP and port instead of letting me override it with the correct clusterip or nodeport service. I recognize that I am an edge user on kubernetes, I'm really just trying to determine if this is a bug or expected behavior? This is something I can probably solve with avahi and mdns but I figured I might as well drop by and say hi before I jumped down that rabbit hole.