fix(qBit): clean up ports used

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-03-24 16:03:05 +01:00
parent c555e84f7a
commit fc63899f1d
2 changed files with 8 additions and 18 deletions
+4 -4
View File
@@ -66,11 +66,11 @@ spec:
ports:
- name: http
containerPort: 8080
- name: tcp
containerPort: 10011
- name: torrent-tcp
containerPort: 50413
protocol: TCP
- name: udp
containerPort: 10011
- name: torrent-udp
containerPort: 50413
protocol: UDP
envFrom:
- configMapRef:
+4 -14
View File
@@ -10,21 +10,11 @@ spec:
selector:
app: torrent
ports:
- name: tcp-10
- name: torrent-tcp
port: 10010
targetPort: torrent-tcp
protocol: TCP
- name: udp-10
- name: torrent-udp
port: 10010
protocol: UDP
- name: tcp-11
port: 10011
protocol: TCP
- name: udp-11
port: 10011
protocol: UDP
- name: tcp-12
port: 10012
protocol: TCP
- name: udp-12
port: 10012
targetPort: torrent-udp
protocol: UDP