mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-01 10:27:49 +00:00
chore(torrent): change torrent ports
This commit is contained in:
@@ -67,10 +67,10 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
- name: tcp
|
- name: tcp
|
||||||
containerPort: 11012
|
containerPort: 10011
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: udp
|
- name: udp
|
||||||
containerPort: 11012
|
containerPort: 10011
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|||||||
@@ -10,11 +10,21 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: torrent
|
app: torrent
|
||||||
ports:
|
ports:
|
||||||
- name: tcp
|
- name: tcp-10
|
||||||
port: 11011
|
port: 10010
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: tcp
|
- name: udp-10
|
||||||
- name: udp
|
port: 10010
|
||||||
port: 11011
|
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
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
targetPort: udp
|
|
||||||
|
|||||||
Reference in New Issue
Block a user