Files
homelab-v/k8s/infra/vpn/coturn/svc.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
500 B
YAML

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