diff --git a/servers/legion/k8s/fornax/worker/base/deployment.yaml b/servers/legion/k8s/fornax/worker/base/deployment.yaml index 4c01ff6..7ccb299 100644 --- a/servers/legion/k8s/fornax/worker/base/deployment.yaml +++ b/servers/legion/k8s/fornax/worker/base/deployment.yaml @@ -63,7 +63,7 @@ spec: - NET_ADMIN env: - name: VPN_SERVICE_PROVIDER - value: protonvpn + value: custom - name: VPN_TYPE value: wireguard - name: WIREGUARD_PRIVATE_KEY @@ -85,6 +85,8 @@ spec: value: "51820" - name: VPN_PORT_FORWARDING value: "on" + - name: VPN_PORT_FORWARDING_PROVIDER + value: protonvpn - name: FIREWALL_OUTBOUND_SUBNETS value: 10.42.0.0/16,10.43.0.0/16 ports: