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