mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +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:
|
||||
- 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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user