Noob guide to making this work #64
-
Hey guys, Trying to get this to work but not having much luck. I can reach the page, but when I click "Join Meeting" nothing happens. I suspect this is due to the StatefulSet stuck at "In Progress". To be clear, I'm very new to k8s and helm, and the instructions aren't meant for someone as newbie as me. What I've tried:
I would like to use prosody (which I believe is used for auth?) but there is no pod and the statefulset is stuck pendning. I can see there is a prosody/values.yaml folder but I've no idea how to use/incorporate that. I'm guessing it needs to be persistent but I'm not surer how or where to include. I do notice this error on prosody StatefulSet: Any help would be greatly appreciated (I've been using jitsi in docker for years and looking to expand my k8s knowledge). @sapkra |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 15 replies
-
p.s., I've no idea what should go in "server: " in the prosody section. I'm just running a k3s cluster locally with metallb. |
Beta Was this translation helpful? Give feedback.
-
Update: I manually copied: Now trying to figure out how to create a user as there's no prosody config file. Previously I specified to use internal_auth (for docker) but not sure where to put the variable here. |
Beta Was this translation helpful? Give feedback.
-
Hello @Jimmy-SafeCash! Can you please share your |
Beta Was this translation helpful? Give feedback.
-
Hi @spijet , thank you for your response. Glad to know it's just my problem and hopefully it can be resolved. Here's the values.yaml
Things I've altered from default that are probably wrong:
|
Beta Was this translation helpful? Give feedback.
-
I've now figured out how to successfully create the UDP ingress route in Traefik. Everything is working fine now, thanks for the help. |
Beta Was this translation helpful? Give feedback.
I've now figured out how to successfully create the UDP ingress route in Traefik. Everything is working fine now, thanks for the help.