Files
homelab-v/k8s/apps/utils/torrent/svc-torrent.yaml
T
Vegard Hagen ee41262cc2 feat(bgp): enable bgp in cilium and disable l2 announcements
Change IP of all LB Services to a different subnet

Use externalTrafficPolicy on some LB Services

Signed-off-by: Vegard Hagen <[email protected]>
2025-11-16 18:59:51 +01:00

25 lines
510 B
YAML

apiVersion: v1
kind: Service
metadata:
name: torrent-torrent
namespace: torrent
annotations:
io.cilium/lb-ipam-ips: 172.20.10.250
labels:
bgp.cilium.io/advertise-service: default
bgp.cilium.io/ip-pool: default
spec:
type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: torrent
ports:
- name: torrent-tcp
port: 10011
targetPort: torrent-tcp
protocol: TCP
- name: torrent-udp
port: 10011
targetPort: torrent-udp
protocol: UDP