jitsi-contrib / jitsi-helm

A helm chart to deploy Jitsi to Kubernetes
MIT License
120 stars 65 forks source link

Implemented Jitsi using Helm charts but unable to autoscale Jitsi components.Kindly provide any documentation for Autoscaling? #65

Closed sunkmou closed 1 year ago

spijet commented 1 year ago

Hello @sunkmou!

Unfortunately, this chart doesn't feature any autoscaling templates as of now. You'll have to implement Pod autoscaling yourself, but keep in mind that some components (e.g. Prosody and JVB) cannot be easily autoscaled, as they either are stateful or require different configs for different instances.

PRs are always welcome. :)