[Agent][Deploy] - update cmii deploy part
This commit is contained in:
@@ -12,7 +12,7 @@ metadata:
|
||||
helm.sh/chart: cmlc-live-srs-rtc-2.0.0
|
||||
data:
|
||||
srs.rtc.conf: |-
|
||||
listen 30936;
|
||||
listen 30936;
|
||||
max_connections 4096;
|
||||
srs_log_tank console;
|
||||
srs_log_level info;
|
||||
@@ -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://36.133.115.164:58888;
|
||||
}
|
||||
}
|
||||
---
|
||||
@@ -208,7 +208,7 @@ spec:
|
||||
sizeLimit: 8Gi
|
||||
containers:
|
||||
- name: srs-rtc
|
||||
image: harbor.cdcyy.com.cn/cmii/srs:v5.0.195
|
||||
image: chongqingcis-9b4a3da9.ecis.chongqing-1.cmecloud.cn/cmii/srs:v5.0.195
|
||||
ports:
|
||||
- name: srs-rtmp
|
||||
containerPort: 30935
|
||||
@@ -230,7 +230,7 @@ spec:
|
||||
protocol: UDP
|
||||
env:
|
||||
- name: CANDIDATE
|
||||
value: 192.168.35.178
|
||||
value: 36.133.115.164
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
@@ -252,16 +252,16 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
imagePullPolicy: Always
|
||||
- name: oss-adaptor
|
||||
image: harbor.cdcyy.com.cn/cmii/cmii-srs-oss-adaptor:2023-SA
|
||||
image: chongqingcis-9b4a3da9.ecis.chongqing-1.cmecloud.cn/cmii/cmii-srs-oss-adaptor:2023-SA
|
||||
env:
|
||||
- name: OSS_ENDPOINT
|
||||
value: https://minio.ig-devflight.uavcmlc.com
|
||||
value: 'http://: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
|
||||
@@ -329,7 +329,6 @@ spec:
|
||||
live-role: op-v2
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
live-role: op-v2
|
||||
spec:
|
||||
@@ -343,7 +342,7 @@ spec:
|
||||
defaultMode: 420
|
||||
containers:
|
||||
- name: helm-live-op-v2
|
||||
image: harbor.cdcyy.com.cn/cmii/cmii-live-operator:5.2.0
|
||||
image: chongqingcis-9b4a3da9.ecis.chongqing-1.cmecloud.cn/cmii/cmii-live-operator:5.2.0
|
||||
ports:
|
||||
- name: operator
|
||||
containerPort: 8080
|
||||
@@ -361,7 +360,7 @@ spec:
|
||||
subPath: bootstrap.yaml
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /cmii/ping
|
||||
path: /cmii/health
|
||||
port: 8080
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 60
|
||||
@@ -371,7 +370,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /cmii/ping
|
||||
path: /cmii/health
|
||||
port: 8080
|
||||
scheme: HTTP
|
||||
initialDelaySeconds: 60
|
||||
@@ -483,15 +482,15 @@ data:
|
||||
type: srs
|
||||
endpoint: 'http://helm-live-srs-svc:1985'
|
||||
proto:
|
||||
rtmp: 'rtmp://192.168.35.178:30936'
|
||||
rtsp: 'rtsp://192.168.35.178:30554'
|
||||
srt: 'srt://192.168.35.178:30558'
|
||||
flv: 'http://192.168.35.178:30500'
|
||||
hls: 'http://192.168.35.178:30500'
|
||||
rtc: 'webrtc://192.168.35.178:30091'
|
||||
replay: 'https://192.168.35.178:30333'
|
||||
rtmp: 'rtmp://36.133.115.164:30936'
|
||||
rtsp: 'rtsp://36.133.115.164:30554'
|
||||
srt: 'srt://36.133.115.164:30558'
|
||||
flv: 'http://36.133.115.164:30500'
|
||||
hls: 'http://36.133.115.164:30500'
|
||||
rtc: 'webrtc://36.133.115.164:30091'
|
||||
replay: 'https://36.133.115.164:30333'
|
||||
minio:
|
||||
endpoint: https://minio.ig-devflight.uavcmlc.com
|
||||
endpoint: http://:9000
|
||||
access-key: cmii
|
||||
secret-key: B#923fC7mk
|
||||
bucket: live-srs-hls
|
||||
bucket: live-cluster-hls
|
||||
|
||||
Reference in New Issue
Block a user