fix(qbittorrent): enable vpn firewall killswitch

This commit is contained in:
SeanOMik 2023-09-03 11:07:46 -04:00
parent c01fc78c72
commit 470c512a7b
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ spec:
gluetun: gluetun:
image: qmcgaw/gluetun:v3.35 image: qmcgaw/gluetun:v3.35
env: env:
- name: FIREWALL - name: FIREWALL_VPN_INPUT_PORTS
value: "off" value: "58390"
- name: DOT - name: FIREWALL_INPUT_PORTS
value: "off" value: "8080"
envFrom: envFrom:
- secretRef: - secretRef:
name: qbittorrent-secrets name: qbittorrent-secrets