14 lines
320 B
YAML
14 lines
320 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mediamtx-udp
|
|
namespace: argos-core
|
|
annotations:
|
|
metallb.universe.tf/allow-shared-ip: "mediamtx-addr"
|
|
spec:
|
|
type: LoadBalancer
|
|
loadBalancerIP: 192.168.200.16
|
|
selector: { app: mediamtx }
|
|
ports:
|
|
- { name: srt, port: 8189, targetPort: 8189, protocol: UDP }
|