From bdda2191c4b6d74daaa389f239057450b69a57e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:35:20 +0000 Subject: [PATCH] qbit --- roles/qbittorrent/files/qbittorrent-deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/qbittorrent/files/qbittorrent-deployment.yaml b/roles/qbittorrent/files/qbittorrent-deployment.yaml index 87ffb5f..ccdce19 100644 --- a/roles/qbittorrent/files/qbittorrent-deployment.yaml +++ b/roles/qbittorrent/files/qbittorrent-deployment.yaml @@ -42,7 +42,7 @@ spec: name: vpn-secret key: password - name: REGION - value: "us_east" # ou outro servidor PIA + value: "Netherlands" # ou outro servidor PIA - name: WEBUI_PORT value: "8080" - name: DNS_SERVERS @@ -51,6 +51,8 @@ spec: value: "1013" - name: GID value: "1013" + - name: PORT_FORWARDING + value: 'true' - name: HOSTHEADERVALIDATION value: 'false' volumeMounts: