From 470c512a7b9ff231cc0185cd74ade6df7907cf45 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 3 Sep 2023 11:07:46 -0400 Subject: [PATCH] fix(qbittorrent): enable vpn firewall killswitch --- cluster/apps/download/qbittorrent/helm-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index b78c9b7..d8a0e29 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -24,10 +24,10 @@ spec: gluetun: image: qmcgaw/gluetun:v3.35 env: - - name: FIREWALL - value: "off" - - name: DOT - value: "off" + - name: FIREWALL_VPN_INPUT_PORTS + value: "58390" + - name: FIREWALL_INPUT_PORTS + value: "8080" envFrom: - secretRef: name: qbittorrent-secrets