añadido gitea y medio argos
This commit is contained in:
10
argos/services/argos-panel.yaml
Normal file
10
argos/services/argos-panel.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: argos-panel
|
||||
namespace: argos-core
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector: { app: argos-panel }
|
||||
ports:
|
||||
- { name: http, port: 80, targetPort: 8000 }
|
||||
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 }
|
||||
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 }
|
||||
11
argos/services/svc-minio.yaml
Normal file
11
argos/services/svc-minio.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: minio
|
||||
namespace: argos-core
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector: { app: minio }
|
||||
ports:
|
||||
- { name: api, port: 9000, targetPort: 9000, protocol: TCP }
|
||||
- { name: console, port: 9001, targetPort: 9001, protocol: TCP }
|
||||
14
argos/services/svc-mosquitto.yaml
Normal file
14
argos/services/svc-mosquitto.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mosquitto
|
||||
namespace: argos-core
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.200.15
|
||||
selector: { app: mosquitto }
|
||||
ports:
|
||||
- name: mqtt
|
||||
port: 1883
|
||||
targetPort: 1883
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user