11 lines
339 B
YAML
11 lines
339 B
YAML
|
|
# Patch: keep LiveKit TURN service as ClusterIP — Pingora routes external TURN traffic.
|
||
|
|
# Without this patch, klipper-lb (disabled) or the default LoadBalancer type may
|
||
|
|
# conflict with Pingora's host port bindings on port 443.
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: livekit-server-turn
|
||
|
|
namespace: media
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|