[agent][deploy] - a

This commit is contained in:
zeaslity
2024-09-23 16:32:48 +08:00
parent 0d1ed24814
commit 5abae32231
44 changed files with 25982 additions and 12976 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://192.168.35.178;
hls_entry_prefix http://integration.uavcmlc.com;
}
}
---
@@ -230,7 +230,7 @@ spec:
protocol: UDP
env:
- name: CANDIDATE
value: 192.168.35.178
value: integration.uavcmlc.com
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: https://minio-ig-dev.uavcmlc.com
value: 'http://minio.ig-dev.uavcmlc.com:9000'
- name: OSS_AK
value: cmii
- name: OSS_SK
value: 'B#923fC7mk'
- name: OSS_BUCKET
value: live-srs-hls
value: live-cluster-hls
- name: SRS_OP
value: 'http://helm-live-op-svc-v2:8080'
- name: MYSQL_ENDPOINT
@@ -410,9 +410,10 @@ spec:
- protocol: TCP
port: 8080
targetPort: 8080
nodePort: 30333
selector:
live-role: op-v2
type: ClusterIP
type: NodePort
sessionAffinity: None
---
kind: Service
@@ -457,7 +458,7 @@ data:
info:
name: cmii-live-operator
description: cmii-live-operator
version: 5.6.0
version: 6.0.0
scanPackage: com.cmii.live.op
cloud:
nacos:
@@ -467,11 +468,11 @@ data:
server-addr: helm-nacos:8848
extension-configs:
- data-id: cmii-live-operator.yml
group: 5.6.0
group: 6.0.0
refresh: true
shared-configs:
- data-id: cmii-backend-system.yml
group: 5.6.0
group: 6.0.0
refresh: true
discovery:
enabled: false
@@ -481,15 +482,15 @@ data:
type: srs
endpoint: 'http://helm-live-srs-svc:1985'
proto:
rtmp: 'rtmp://192.168.35.178:30935'
rtsp: 'rtsp://192.168.35.178:30554'
srt: 'srt://192.168.35.178:30556'
flv: 'http://192.168.35.178:30500'
hls: 'http://192.168.35.178:30500'
rtc: 'webrtc://192.168.35.178:30090'
replay: 'https://192.168.35.178:30333'
rtmp: 'rtmp://integration.uavcmlc.com:30935'
rtsp: 'rtsp://integration.uavcmlc.com:30554'
srt: 'srt://integration.uavcmlc.com:30556'
flv: 'http://integration.uavcmlc.com:30500'
hls: 'http://integration.uavcmlc.com:30500'
rtc: 'webrtc://integration.uavcmlc.com:30090'
replay: 'https://integration.uavcmlc.com:30333'
minio:
endpoint: https://minio-ig-dev.uavcmlc.com
endpoint: http://minio.ig-dev.uavcmlc.com:9000
access-key: cmii
secret-key: B#923fC7mk
bucket: live-srs-hls
bucket: live-cluster-hls