Files
kubernetes/argos/services/svc-mediamtx-udp.yaml
2025-08-18 10:31:22 +02:00

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 }