From 097cb6c0dcbd1bf67879a49398cf63a265c30f1b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 24 Sep 2023 10:28:06 -0400 Subject: [PATCH] fix(qbittorrent): add metrics port to gluetun firewall --- cluster/apps/download/qbittorrent/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/download/qbittorrent/helm-release.yaml b/cluster/apps/download/qbittorrent/helm-release.yaml index b287a4b..3fd1b81 100644 --- a/cluster/apps/download/qbittorrent/helm-release.yaml +++ b/cluster/apps/download/qbittorrent/helm-release.yaml @@ -27,7 +27,7 @@ spec: - name: FIREWALL_VPN_INPUT_PORTS value: "40574" - name: FIREWALL_INPUT_PORTS - value: "8080" + value: "8080,17871" envFrom: - secretRef: name: qbittorrent-secrets