fix(qbit): change port

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-07-24 20:34:25 +02:00
parent c1b1719e8c
commit 09966b457c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -67,10 +67,10 @@ spec:
- name: http - name: http
containerPort: 8080 containerPort: 8080
- name: torrent-tcp - name: torrent-tcp
containerPort: 50413 containerPort: 10011
protocol: TCP protocol: TCP
- name: torrent-udp - name: torrent-udp
containerPort: 50413 containerPort: 10011
protocol: UDP protocol: UDP
envFrom: envFrom:
- configMapRef: - configMapRef:
+2 -2
View File
@@ -11,10 +11,10 @@ spec:
app: torrent app: torrent
ports: ports:
- name: torrent-tcp - name: torrent-tcp
port: 10010 port: 10011
targetPort: torrent-tcp targetPort: torrent-tcp
protocol: TCP protocol: TCP
- name: torrent-udp - name: torrent-udp
port: 10010 port: 10011
targetPort: torrent-udp targetPort: torrent-udp
protocol: UDP protocol: UDP