You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the jukebox and club manager k8s config are in the same "main" namespace. They should be separated into namespaces like this:
Club Manager (& proxy): main
Jukebox: jukebox
You will potentially come across issues with connecting the proxy to jukebox server (& its websocket), you will probably need to change the references to the Jukebox Server in the proxy config to update the namespaces.
Tasks
Split jukebox resources to namespace called jukebox
Fix all broken references to the jukebox server and/or websocket
The text was updated successfully, but these errors were encountered:
Info
Currently, the jukebox and club manager k8s config are in the same "main" namespace. They should be separated into namespaces like this:
main
jukebox
You will potentially come across issues with connecting the proxy to jukebox server (& its websocket), you will probably need to change the references to the Jukebox Server in the proxy config to update the namespaces.
Tasks
jukebox
The text was updated successfully, but these errors were encountered: