añadido gitea y medio argos

This commit is contained in:
2025-08-18 10:29:04 +02:00
parent f37ed27613
commit 8e09b2e33e
40 changed files with 929 additions and 0 deletions

View 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 }