[agent][deploy] - jxejpt;; fix srs part

This commit is contained in:
zeaslity
2024-09-27 14:34:09 +08:00
parent 25ce18638b
commit 327d12f789
24 changed files with 13727 additions and 339 deletions

View File

@@ -105,18 +105,18 @@ spec:
ports:
- name: rtmp
protocol: TCP
port: 30935
targetPort: 30935
port: {{ .RtmpPort }}
targetPort: {{ .RtmpPort }}
nodePort: {{ .RtmpPort }}
- name: rtc
protocol: UDP
port: 30090
targetPort: 30090
port: {{ .WebRTCPort }}
targetPort: {{ .WebRTCPort }}
nodePort: {{ .WebRTCPort }}
- name: rtc-tcp
protocol: TCP
port: 30090
targetPort: 30090
port: {{ .WebRTCPort }}
targetPort: {{ .WebRTCPort }}
nodePort: {{ .WebRTCPort }}
- name: srt
protocol: UDP
@@ -171,8 +171,8 @@ spec:
ports:
- name: rtmp
protocol: TCP
port: 30935
targetPort: 30935
port: {{ .RtmpPort }}
targetPort: {{ .RtmpPort }}
selector:
srs-role: rtc
type: ClusterIP
@@ -221,7 +221,7 @@ spec:
{{- end }}
ports:
- name: srs-rtmp
containerPort: 30935
containerPort: {{ .RtmpPort }}
protocol: TCP
- name: srs-api
containerPort: 1985
@@ -230,10 +230,10 @@ spec:
containerPort: 8080
protocol: TCP
- name: srs-webrtc
containerPort: 30090
containerPort: {{ .WebRTCPort }}
protocol: UDP
- name: srs-webrtc-tcp
containerPort: 30090
containerPort: {{ .WebRTCPort }}
protocol: TCP
- name: srs-srt
containerPort: 30556
@@ -481,8 +481,8 @@ data:
cloud:
nacos:
config:
username: developer
password: N@cos14Good
username: nacos
password: KingKong@95461234
server-addr: helm-nacos:8848
extension-configs:
- data-id: cmii-live-operator.yml
@@ -505,7 +505,7 @@ data:
srt: 'srt://{{ .WebIP }}:{{ .SrtPort }}'
flv: 'http://{{ .WebIP }}:30500'
hls: 'http://{{ .WebIP }}:30500'
rtc: 'webrtc://{{ .WebIP }}:{{ .WebRTCPort }}'
rtc: 'webrtc://{{ .WebIP }}:30080'
replay: 'https://{{ .WebIP }}:30333'
minio:
endpoint: http://{{ .MinioInnerIP }}:9000