fix(qbittorrent): add metrics port to gluetun firewall
This commit is contained in:
parent
83fb59c4f1
commit
097cb6c0dc
|
@ -27,7 +27,7 @@ spec:
|
||||||
- name: FIREWALL_VPN_INPUT_PORTS
|
- name: FIREWALL_VPN_INPUT_PORTS
|
||||||
value: "40574"
|
value: "40574"
|
||||||
- name: FIREWALL_INPUT_PORTS
|
- name: FIREWALL_INPUT_PORTS
|
||||||
value: "8080"
|
value: "8080,17871"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: qbittorrent-secrets
|
name: qbittorrent-secrets
|
||||||
|
|
Loading…
Reference in New Issue