[servarr] Fix qbittorrent container_port 8787 -> 8080 (matches WEBUI_PORT)

Co-Authored-By: Service Upgrade Agent <noreply@viktorbarzin.me>
This commit is contained in:
Service Upgrade Agent 2026-04-19 13:37:44 +00:00
parent 3b4a059243
commit 55ade1f9b3

View file

@ -83,7 +83,7 @@ resource "kubernetes_deployment" "qbittorrent" {
name = "qbittorrent"
port {
container_port = 8787
container_port = 8080
}
env {
name = "PUID"