fix(qbittorrent): enable vpn firewall killswitch
This commit is contained in:
parent
c01fc78c72
commit
470c512a7b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue