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
You can change the Service port freely, but there should be little difference when doing so. You don't usually expose this Service to the outside world directly. Instead you either use a NodePort Service (which usually gives you a random port anyway) or you expose the Service using an Ingress Controller (that's what I do and recommend personally).
Can we run jitsi web pod on port TCP 8080 by updating its service value in values.yaml file ?
Link - https://github.com/jitsi-contrib/jitsi-helm/blob/main/values.yaml#L79
Will this port 8080 support to access the jitsi web page ? Is this the right way ?
I don't want port 80 as I need to do a privileged level escalation on my server to access privileged port 80.
The text was updated successfully, but these errors were encountered: