fix: wrong ports
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 32s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
render-manifests / render-manifests (pull_request) Successful in 1m46s

This commit is contained in:
2026-04-23 21:25:57 -05:00
parent 01e419879d
commit 6cbe4bcdb3

View File

@@ -73,7 +73,7 @@ qbittorrent:
- name: FIREWALL_OUTBOUND_SUBNETS - name: FIREWALL_OUTBOUND_SUBNETS
value: 192.168.1.0/24,10.0.0.0/8 value: 192.168.1.0/24,10.0.0.0/8
- name: FIREWALL_INPUT_PORTS - name: FIREWALL_INPUT_PORTS
value: 5030,50300 value: 8080,9022
- name: VPN_PORT_FORWARDING - name: VPN_PORT_FORWARDING
value: 'on' value: 'on'
- name: VPN_PORT_FORWARDING_UP_COMMAND - name: VPN_PORT_FORWARDING_UP_COMMAND