From d39c8ff550b964f1e9ba782216b650a66f652510 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Sun, 18 Jan 2026 14:26:47 +0100 Subject: [PATCH] update torrent port --- helm-values/qbittorrent_values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index 3f03e81..f04310d 100644 --- a/helm-values/qbittorrent_values.yaml +++ b/helm-values/qbittorrent_values.yaml @@ -16,8 +16,8 @@ qbittorrent: - name: WEBUI_PORT value: "8080" - name: TORRENTING_PORT - value: "6881" - torrentPort: 6881 + value: "54408" + torrentPort: 54408 livenessProbe: tcpSocket: port: 8080 @@ -79,7 +79,7 @@ gluetun: - name: FIREWALL_INPUT_PORTS value: "8080" - name: FIREWALL_VPN_INPUT_PORTS - value: "6881" + value: "54408" - name: TZ value: "Europe/Amsterdam" securityContext: