89 lines
2.1 KiB
YAML
89 lines
2.1 KiB
YAML
---
|
|
# Source: cmii-live-services/templates/live-op-configmap.yaml
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
namespace: cq-uas-260427
|
|
name: cmii-live-live-op-config
|
|
labels:
|
|
app: live-op
|
|
chart: cmii-live-services-1.0.0
|
|
release: cmii-live
|
|
data:
|
|
application.yaml: |
|
|
debug: false
|
|
server:
|
|
port: 7086
|
|
|
|
spring:
|
|
web:
|
|
resources:
|
|
static-locations: classpath:/static/
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
allow-circular-references: true
|
|
application:
|
|
name: cmii-live-operator
|
|
thymeleaf:
|
|
check-template-location: false
|
|
cache: false
|
|
platform:
|
|
info:
|
|
name: cmii-live-operator
|
|
description: cmii-live-operator
|
|
version: 5.8.0
|
|
scanPackage: com.cmii.live.op
|
|
jackson:
|
|
time-zone: GMT+8
|
|
mvc:
|
|
pathmatch:
|
|
matching-strategy: ANT_PATH_MATCHER
|
|
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
url: jdbc:mysql://helm-mysql:3306/cmii_live_operator?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
|
|
username: k8s_admin
|
|
password: fP#UaH6qQ3)8
|
|
druid:
|
|
initial-size: 10
|
|
min-idle: 5
|
|
max-active: 20
|
|
max-wait: 60000
|
|
time-between-eviction-runs-millis: 60000
|
|
min-evictable-idle-time-millis: 300000
|
|
validation-query: SELECT 1
|
|
test-while-idle: true
|
|
test-on-borrow: false
|
|
test-on-return: false
|
|
use-ping-method: false
|
|
keep-alive: true
|
|
redis:
|
|
host: helm-redis-master
|
|
port: 6379
|
|
database: 1
|
|
password: Mcache@4522
|
|
|
|
live:
|
|
sync:
|
|
pool:
|
|
monitor:
|
|
enabled: false
|
|
core: 10
|
|
max: 20
|
|
queue: 1
|
|
keepalive: 20
|
|
|
|
logging:
|
|
config: classpath:logback-operator.xml
|
|
level:
|
|
root: info
|
|
com.cmii.live.op.mapper: info
|
|
|
|
mybatis-plus:
|
|
global-config:
|
|
banner: false
|
|
|
|
knife4j:
|
|
enable: true
|