mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
31 lines
547 B
YAML
31 lines
547 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: torrent-torrent
|
|
namespace: torrent
|
|
annotations:
|
|
io.cilium/lb-ipam-ips: 192.168.1.225
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app: torrent
|
|
ports:
|
|
- name: tcp-10
|
|
port: 10010
|
|
protocol: TCP
|
|
- name: udp-10
|
|
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
|
|
protocol: UDP
|