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