deadlock_ie

joined 10 months ago
[–] [email protected] 1 points 10 months ago

I’ve just moved my docker stuff over to kubernetes so I’m probably a little further along than you are.

I’ve been creating deployments from scratch - they’re really not much more complicated than docker-compose configs. Once I cracked translating the first docker-compose.yml to its k8s equivalent it was reasonably easy to do the rest. There’s a learning curve but it’s not too steep (yet).

I haven’t looked at Helm much yet - it seems to be more powerful than I need at the moment.

 

Does anyone have an example deployment yaml for Deluge that they can share?

I have it running, can connect to the WebUI, and can nmap 6881 on TCP+UDP from another host. For the life of me I can’t get it to download any of the torrents I add though.

If I check the peers tab on any torrent, peers appear and disappear from the list constantly.

I had more or less the same config running on Docker, so I’m at a loss as to why nothing will download.

Linuxserver.io image if it helps.

Edit: using k3s as my Kubernetes stack. Shouldn’t matter but worth mentioning anyway.