1
0
Fork 0
kubernetes/music-assistant
Dustin 8a6b41bacc Revert "music-assistant: Tell players to restart on startup"
This hacky work-around is no longer necessary, as I've figured out why
the players don't (always) get rediscovered when the server restarts.
It turns out, Avahi on the firewall was caching responses to the mDNS PTR
requests Music Assistant makes.  Rather than forward the requests to the
other VLANs, it would respond with its cached information, but in a way
that Music Assistant didn't understand.  Setting `cache-entries-max` to
`0` in `avahi-daemon.conf` on the firewall resolved the issue.

This reverts commit 42a7964991.
2025-08-12 20:17:52 -05:00
..
ingress.yaml music-assistant: Initial deployment 2025-08-11 20:43:28 -05:00
kustomization.yaml Revert "music-assistant: Tell players to restart on startup" 2025-08-12 20:17:52 -05:00
music-assistant.yaml music-assistant: Initial deployment 2025-08-11 20:43:28 -05:00
namespace.yaml music-assistant: Initial deployment 2025-08-11 20:43:28 -05:00