From 7efd7758c670cb1d757c6e410a30cf3bd0b9785e Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 20 Mar 2026 04:19:50 +0000 Subject: [PATCH] tmp/airvpn (#4915) Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4915 --- clusters/cl01tl/helm/qbittorrent/values.yaml | 2 -- clusters/cl01tl/helm/slskd/values.yaml | 8 +++----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index edb5d2153..eb5c833be 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -81,8 +81,6 @@ qbittorrent: secretKeyRef: name: qbittorrent-wireguard-conf key: input-ports - - name: PORT_FORWARD_ONLY - value: "on" - 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 ad28ea93e..dac3b0012 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -65,22 +65,20 @@ slskd: - name: WIREGUARD_PRESHARED_KEY valueFrom: secretKeyRef: - name: qbittorrent-wireguard-conf + name: slskd-wireguard-conf key: preshared-key - name: WIREGUARD_ADDRESSES valueFrom: secretKeyRef: - name: qbittorrent-wireguard-conf + name: slskd-wireguard-conf key: addresses - name: VPN_PORT_FORWARDING value: "on" - name: FIREWALL_VPN_INPUT_PORTS valueFrom: secretKeyRef: - name: qbittorrent-wireguard-conf + name: slskd-wireguard-conf key: input-ports - - name: PORT_FORWARD_ONLY - value: "on" - name: FIREWALL_OUTBOUND_SUBNETS value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_OUTBOUND_SUBNETS