11 lines
355 B
YAML
11 lines
355 B
YAML
|
|
# Local override: change LiveKit TURN service type from LoadBalancer to ClusterIP.
|
||
|
|
# k3s klipper-lb would otherwise bind hostPort 443, conflicting with Pingora.
|
||
|
|
# External TURN on port 443 is not needed in local dev (no NAT traversal required).
|
||
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: livekit-server-turn
|
||
|
|
namespace: media
|
||
|
|
spec:
|
||
|
|
type: ClusterIP
|