fix(qbittorent): add another torrenting port to VPN firewall
This commit is contained in:
parent
830bf4fdbc
commit
b5c5aae05d
2 changed files with 3547 additions and 1 deletions
|
@ -40,7 +40,7 @@ spec:
|
||||||
tag: v3.39.1
|
tag: v3.39.1
|
||||||
env:
|
env:
|
||||||
FIREWALL_INPUT_PORTS: "8080,17871" # 17871 is the prometheus exporter
|
FIREWALL_INPUT_PORTS: "8080,17871" # 17871 is the prometheus exporter
|
||||||
FIREWALL_VPN_INPUT_PORTS: "41500"
|
FIREWALL_VPN_INPUT_PORTS: "41500,50413" # for some reason qbit will randomly switch to 50413
|
||||||
HEALTH_VPN_DURATION_INITIAL: "120s"
|
HEALTH_VPN_DURATION_INITIAL: "120s"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|
Loading…
Add table
Reference in a new issue