añadido gitea y medio argos
This commit is contained in:
13
argos/services/svc-mediamtx-udp.yaml
Normal file
13
argos/services/svc-mediamtx-udp.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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 }
|
||||
Reference in New Issue
Block a user