From bf485178bf282adb72e7b4077531b7f49d209e25 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 19 Mar 2026 23:24:33 -0500 Subject: [PATCH] feat: remove port foward --- clusters/cl01tl/helm/qbittorrent/values.yaml | 7 ------- clusters/cl01tl/helm/slskd/values.yaml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index eb5c833be..d8a160202 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -74,13 +74,6 @@ qbittorrent: secretKeyRef: name: qbittorrent-wireguard-conf key: addresses - - name: VPN_PORT_FORWARDING - value: "on" - - name: FIREWALL_VPN_INPUT_PORTS - valueFrom: - secretKeyRef: - name: qbittorrent-wireguard-conf - key: input-ports - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS diff --git a/clusters/cl01tl/helm/slskd/values.yaml b/clusters/cl01tl/helm/slskd/values.yaml index 047ebd16b..16f2fee89 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -72,13 +72,6 @@ slskd: secretKeyRef: name: slskd-wireguard-conf key: addresses - - name: VPN_PORT_FORWARDING - value: "on" - - name: FIREWALL_VPN_INPUT_PORTS - valueFrom: - secretKeyRef: - name: slskd-wireguard-conf - key: input-ports - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS