fix(qbittorrent): dont allow vpn input ports
This commit is contained in:
parent
153ffb4f3f
commit
30febac0c9
|
@ -24,8 +24,8 @@ spec:
|
||||||
gluetun:
|
gluetun:
|
||||||
image: qmcgaw/gluetun:v3.36
|
image: qmcgaw/gluetun:v3.36
|
||||||
env:
|
env:
|
||||||
- name: FIREWALL_VPN_INPUT_PORTS
|
# - name: FIREWALL_VPN_INPUT_PORTS
|
||||||
value: "40574"
|
# value: "40574"
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: "8080,17871" # 17871 is the prometheus exporter
|
value: "8080,17871" # 17871 is the prometheus exporter
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|
Loading…
Reference in New Issue