añadido gitea y medio argos
This commit is contained in:
15
argos/services/svc-mediamtx-tcp.yaml
Normal file
15
argos/services/svc-mediamtx-tcp.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mediamtx-tcp
|
||||
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: rtsp, port: 8554, targetPort: 8554, protocol: TCP }
|
||||
- { name: http, port: 8880, targetPort: 8880, protocol: TCP }
|
||||
- { name: whip, port: 8889, targetPort: 8889, protocol: TCP }
|
||||
Reference in New Issue
Block a user