From dfa99bbc3346409f53011df0fe6697bc87223a68 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Mar 2026 04:25:46 +0000 Subject: [PATCH] tmp/airvpn (#4917) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4917 --- clusters/cl01tl/helm/qbittorrent/values.yaml | 7 ------- clusters/cl01tl/helm/slskd/values.yaml | 9 --------- 2 files changed, 16 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 dac3b0012..16f2fee89 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -72,15 +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_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS