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