From bb0ed8bd4200f68610c119ea84a5e50888ec56ff Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 7 Aug 2024 11:14:46 -0500 Subject: [PATCH] update deprecated ENV --- kubernetes/apps/qbittorrent/qbittorrent/app/externalsecret.yaml | 2 +- kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/qbittorrent/qbittorrent/app/externalsecret.yaml b/kubernetes/apps/qbittorrent/qbittorrent/app/externalsecret.yaml index 10d89b4..51ccfff 100644 --- a/kubernetes/apps/qbittorrent/qbittorrent/app/externalsecret.yaml +++ b/kubernetes/apps/qbittorrent/qbittorrent/app/externalsecret.yaml @@ -13,7 +13,7 @@ spec: name: qbittorrent-secret creationPolicy: Owner data: - - secretKey: VPN_ENDPOINT_IP + - secretKey: WIREGUARD_ENDPOINT_IP remoteRef: key: ProtonVPN property: qbittorrent_vpn_endpoint_ip diff --git a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml index c8be1ef..72fdd7c 100644 --- a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml @@ -73,7 +73,7 @@ spec: VPN_SERVICE_PROVIDER: custom VPN_TYPE: wireguard VPN_INTERFACE: wg0 - VPN_ENDPOINT_PORT: 51820 + WIREGUARD_ENDPOINT_PORT: 51820 VPN_PORT_FORWARDING: on VPN_PORT_FORWARDING_PROVIDER: protonvpn FIREWALL_INPUT_PORTS: 8080