Allow NAT-PMP response port through gluetun firewall (FIREWALL_INPUT_PORTS=5351)
This commit is contained in:
@@ -60,6 +60,8 @@ spec:
|
||||
value: "51820"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "10.42.0.0/16,10.43.0.0/16"
|
||||
- name: FIREWALL_INPUT_PORTS
|
||||
value: "5351"
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
resources:
|
||||
@@ -214,6 +216,8 @@ spec:
|
||||
value: "51820"
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "10.42.0.0/16,10.43.0.0/16"
|
||||
- name: FIREWALL_INPUT_PORTS
|
||||
value: "5351"
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
resources:
|
||||
|
||||
@@ -56,6 +56,8 @@ spec:
|
||||
# Allow cluster-internal traffic to bypass VPN (for Radarr/Sonarr → qBittorrent API)
|
||||
- name: FIREWALL_OUTBOUND_SUBNETS
|
||||
value: "10.42.0.0/16,10.43.0.0/16"
|
||||
- name: FIREWALL_INPUT_PORTS
|
||||
value: "5351"
|
||||
ports:
|
||||
- containerPort: 8888 # gluetun HTTP proxy (unused but required)
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user