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: