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

JVB Octo behind NAT setup #145

Open
pmkdrag0n opened this issue Nov 13, 2024 · 0 comments
Open

JVB Octo behind NAT setup #145

pmkdrag0n opened this issue Nov 13, 2024 · 0 comments

Comments

@pmkdrag0n
Copy link

Hello guys,

I'm want to setup JVB Pools but have some questions want to ask.
Currently I'm using service type is Load Balancer and different port for each JVB.
Then my firewall will NAT those port to public IP. These config currently working but for each JVB, I need clone from first JVB and reconfig JVB_PORT.

For this setup, i want config HPA to autoscale when JVB workload is full. I'm reading this guy's config and find out his idea is very good
he has a script like this to generate port base on hostname and he using statefulset for JVB so hostname of JVB is (jvb-0, jvb-1,...
IFS='-' read -ra ADDR <<< "$HOSTNAME" let jvb_port=$((31000+${ADDR[1]}))

So I want to ask that can we implement that config to jitsi-helm? Or any recommend for JVB Pools behind NAT.
Thanks

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

1 participant