diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index d8a160202..6633c9010 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -74,6 +74,11 @@ qbittorrent: secretKeyRef: name: qbittorrent-wireguard-conf key: addresses + - 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 8a3def953..31ebdd0a3 100644 --- a/clusters/cl01tl/helm/slskd/values.yaml +++ b/clusters/cl01tl/helm/slskd/values.yaml @@ -72,6 +72,11 @@ slskd: secretKeyRef: name: slskd-wireguard-conf key: addresses + - 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