añadido apolo
This commit is contained in:
28
apolo/services/svc-mediamtx.yaml
Normal file
28
apolo/services/svc-mediamtx.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: apolo-mediamtx
|
||||
namespace: apolo
|
||||
labels:
|
||||
app.kubernetes.io/name: apolo-mediamtx
|
||||
app.kubernetes.io/part-of: apolo
|
||||
app.kubernetes.io/component: media
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.200.12
|
||||
externalTrafficPolicy: Local
|
||||
selector:
|
||||
app.kubernetes.io/name: apolo-mediamtx
|
||||
ports:
|
||||
- name: rtmp
|
||||
port: 1935
|
||||
targetPort: 1935
|
||||
protocol: TCP
|
||||
- name: rtsp
|
||||
port: 8554
|
||||
targetPort: 8554
|
||||
protocol: TCP
|
||||
- name: hls
|
||||
port: 8887
|
||||
targetPort: 8887
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user