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: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080
- name: tcp - name: torrent-tcp
containerPort: 10011 containerPort: 50413
protocol: TCP protocol: TCP
- name: udp - name: torrent-udp
containerPort: 10011 containerPort: 50413
protocol: UDP protocol: UDP
envFrom: envFrom:
- configMapRef: - configMapRef:
+4 -14
View File
@@ -10,21 +10,11 @@ spec:
selector: selector:
app: torrent app: torrent
ports: ports:
- name: tcp-10 - name: torrent-tcp
port: 10010 port: 10010
targetPort: torrent-tcp
protocol: TCP protocol: TCP
- name: udp-10 - name: torrent-udp
port: 10010 port: 10010
protocol: UDP targetPort: torrent-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
protocol: UDP protocol: UDP