Files
homelab-v/k8s/apps/utils/torrent/svc-torrent.yaml
T
2025-07-24 20:34:25 +02:00

21 lines
389 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: torrent-tcp
port: 10011
targetPort: torrent-tcp
protocol: TCP
- name: torrent-udp
port: 10011
targetPort: torrent-udp
protocol: UDP