[Agent][Deploy] - cqsh

This commit is contained in:
zeaslity
2024-07-04 09:27:12 +08:00
parent 09da29f57a
commit 4e7422c32b
17 changed files with 11716 additions and 10982 deletions

View File

@@ -83,7 +83,7 @@ data:
hls_m3u8_file [app]/[stream].m3u8;
hls_ts_file [app]/[stream]/[2006][01][02]/[timestamp]-[duration].ts;
hls_cleanup on;
hls_entry_prefix http://lab.uavcmlc.com;
hls_entry_prefix http://192.168.35.178;
}
}
---
@@ -230,7 +230,7 @@ spec:
protocol: UDP
env:
- name: CANDIDATE
value: lab.uavcmlc.com
value: 192.168.35.178
resources:
limits:
cpu: 2000m
@@ -255,13 +255,13 @@ spec:
image: harbor.cdcyy.com.cn/cmii/cmii-srs-oss-adaptor:2023-SA
env:
- name: OSS_ENDPOINT
value: 'http://:9000'
value: https://minio-ig-devoperation.uavcmlc.com
- name: OSS_AK
value: cmii
- name: OSS_SK
value: 'B#923fC7mk'
- name: OSS_BUCKET
value: live-cluster-hls
value: live-srs-hls
- name: SRS_OP
value: 'http://helm-live-op-svc-v2:8080'
- name: MYSQL_ENDPOINT
@@ -410,10 +410,9 @@ spec:
- protocol: TCP
port: 8080
targetPort: 8080
nodePort: 30333
selector:
live-role: op-v2
type: NodePort
type: ClusterIP
sessionAffinity: None
---
kind: Service
@@ -482,15 +481,15 @@ data:
type: srs
endpoint: 'http://helm-live-srs-svc:1985'
proto:
rtmp: 'rtmp://lab.uavcmlc.com:30937'
rtsp: 'rtsp://lab.uavcmlc.com:30554'
srt: 'srt://lab.uavcmlc.com:30560'
flv: 'http://lab.uavcmlc.com:30500'
hls: 'http://lab.uavcmlc.com:30500'
rtc: 'webrtc://lab.uavcmlc.com:30092'
replay: 'https://lab.uavcmlc.com:30333'
rtmp: 'rtmp://192.168.35.178:30937'
rtsp: 'rtsp://192.168.35.178:30554'
srt: 'srt://192.168.35.178:30560'
flv: 'http://192.168.35.178:30500'
hls: 'http://192.168.35.178:30500'
rtc: 'webrtc://192.168.35.178:30092'
replay: 'https://192.168.35.178:30333'
minio:
endpoint: http://:9000
endpoint: https://minio-ig-devoperation.uavcmlc.com
access-key: cmii
secret-key: B#923fC7mk
bucket: live-cluster-hls
bucket: live-srs-hls