update deprecated ENV
This commit is contained in:
parent
b866a00358
commit
bb0ed8bd42
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ spec:
|
||||||
name: qbittorrent-secret
|
name: qbittorrent-secret
|
||||||
creationPolicy: Owner
|
creationPolicy: Owner
|
||||||
data:
|
data:
|
||||||
- secretKey: VPN_ENDPOINT_IP
|
- secretKey: WIREGUARD_ENDPOINT_IP
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: ProtonVPN
|
key: ProtonVPN
|
||||||
property: qbittorrent_vpn_endpoint_ip
|
property: qbittorrent_vpn_endpoint_ip
|
||||||
|
|
|
@ -73,7 +73,7 @@ spec:
|
||||||
VPN_SERVICE_PROVIDER: custom
|
VPN_SERVICE_PROVIDER: custom
|
||||||
VPN_TYPE: wireguard
|
VPN_TYPE: wireguard
|
||||||
VPN_INTERFACE: wg0
|
VPN_INTERFACE: wg0
|
||||||
VPN_ENDPOINT_PORT: 51820
|
WIREGUARD_ENDPOINT_PORT: 51820
|
||||||
VPN_PORT_FORWARDING: on
|
VPN_PORT_FORWARDING: on
|
||||||
VPN_PORT_FORWARDING_PROVIDER: protonvpn
|
VPN_PORT_FORWARDING_PROVIDER: protonvpn
|
||||||
FIREWALL_INPUT_PORTS: 8080
|
FIREWALL_INPUT_PORTS: 8080
|
||||||
|
|
Loading…
Reference in a new issue