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
Based on the example from the website, I could not make it work.
You can try to use 1.6-16-debian soketi tag, that one worked. The solution came from the helm chart source code.
For example, in the chart template, you can see that network-watcher has the start command compared to the website example. But after all this, I decided not to use network-watcher at all and just use the soketi image with the tag above and ignore network-watcher.
If you need all the features of the software I guess it is much easier to install the helm chart.
Description
Connection refused when using the official quay.io/soketi/soketi:1-16-alpine in a kubernetes envoirment using LB
Reproduction steps
Create simple app with
quay.io/soketi/soketi:1-16-alpine
as image with the ports 9601 and 6001Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Every connection attempt to :6001 fails with "connection refused" whilst
http://xxx:9601/usage
andhttp://xxx:9601/
reports usage and "OK"Environment
Configuration
Run the server with
SOKETI_DEBUG=1
and paste the nested object configuration that outputs:Additional context
Locally it works without any problems
The text was updated successfully, but these errors were encountered: