Files
homelab-v/k8s/apps/utils/torrent/svc-torrent.yaml
T
2025-03-24 16:03:05 +01: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: 10010
targetPort: torrent-tcp
protocol: TCP
- name: torrent-udp
port: 10010
targetPort: torrent-udp
protocol: UDP