mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 07:10:14 +00:00
@@ -67,10 +67,10 @@ spec:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
- name: torrent-tcp
|
||||
containerPort: 50413
|
||||
containerPort: 10011
|
||||
protocol: TCP
|
||||
- name: torrent-udp
|
||||
containerPort: 50413
|
||||
containerPort: 10011
|
||||
protocol: UDP
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -11,10 +11,10 @@ spec:
|
||||
app: torrent
|
||||
ports:
|
||||
- name: torrent-tcp
|
||||
port: 10010
|
||||
port: 10011
|
||||
targetPort: torrent-tcp
|
||||
protocol: TCP
|
||||
- name: torrent-udp
|
||||
port: 10010
|
||||
port: 10011
|
||||
targetPort: torrent-udp
|
||||
protocol: UDP
|
||||
|
||||
Reference in New Issue
Block a user