mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(qBit): clean up ports used
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user