99 lines
2.4 KiB
YAML
99 lines
2.4 KiB
YAML
---
|
|
# Source: cmii-live-services/templates/wvp-configmap.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
namespace: cq-uas-260427
|
|
name: cmii-live-wvp-config
|
|
labels:
|
|
app: wvp
|
|
chart: cmii-live-services-1.0.0
|
|
release: cmii-live
|
|
data:
|
|
application.yaml: |
|
|
spring:
|
|
cache:
|
|
type: redis
|
|
thymeleaf:
|
|
cache: false
|
|
mvc:
|
|
async:
|
|
request-timeout: 20000
|
|
servlet:
|
|
multipart:
|
|
max-file-size: 10MB
|
|
max-request-size: 100MB
|
|
data:
|
|
redis:
|
|
host: helm-redis-master
|
|
port: 6379
|
|
database: 2
|
|
password: Mcache@4522
|
|
timeout: 10000
|
|
datasource:
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://helm-mysql:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&serverTimezone=PRC&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
|
|
username: k8s_admin
|
|
password: fP#UaH6qQ3)8
|
|
|
|
server:
|
|
port: 7082
|
|
ssl:
|
|
enabled: false
|
|
|
|
sip:
|
|
ip: ${NODE_IP}
|
|
show-ip: ${NODE_IP}
|
|
port: 7060
|
|
domain: 5101000049
|
|
id: "51010000492000000228"
|
|
password: 035c7GB5cc
|
|
register-time-interval: 60
|
|
ptz-speed: 50
|
|
keepalliveToOnline: true
|
|
alarm: true
|
|
timeout: 1000
|
|
|
|
media:
|
|
id: koisi_gb_228
|
|
ip: 127.0.0.1
|
|
http-port: 7088
|
|
http-ssl-port: 0
|
|
flv-port: 7088
|
|
flv-ssl-port: 7089
|
|
ws-flv-port: 7088
|
|
ws-flv-ssl-port: 7089
|
|
rtp-proxy-port: 7088
|
|
rtmp-port: 7089
|
|
rtmp-ssl-port: 0
|
|
rtsp-port: 7554
|
|
rtsp-ssl-port: 0
|
|
auto-config: false
|
|
secret: 035c7GB5cc
|
|
rtp:
|
|
enable: true
|
|
port-range: 7200,7250
|
|
send-port-range: 30800,30990
|
|
record-path: /opt/media/bin/www/record/
|
|
record-day: 7
|
|
record-assist-port: 0
|
|
|
|
user-settings:
|
|
auto-apply-play: true
|
|
play-timeout: 30000
|
|
wait-track: false
|
|
record-push-live: false
|
|
record-sip: true
|
|
stream-on-demand: true
|
|
interface-authentication: true
|
|
broadcast-for-platform: TCP-PASSIVE
|
|
push-stream-after-ack: true
|
|
send-to-platforms-when-id-lost: true
|
|
interface-authentication-excludes:
|
|
- /api/**
|
|
push-authority: true
|
|
|
|
logging:
|
|
config: classpath:logback-spring.xml
|