Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we run jitsi web pod on port TCP 8080 by updating its service value ? #140

Open
Govind10g opened this issue Oct 7, 2024 · 2 comments

Comments

@Govind10g
Copy link

Govind10g commented Oct 7, 2024

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.

@Govind10g
Copy link
Author

Hi @spijet - Do you have idea on this ?

@spijet
Copy link
Collaborator

spijet commented Oct 8, 2024

Hello @Govind10g!

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants