| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- apiVersion: v1
- kind: ConfigMap
- metadata:
- name: shop-recycle-dispatcher-configmap
- namespace: production
- data:
- port: "1236"
- name: "shop-recycle-dispatcher-service"
- allow-bean-definition-overriding: "true"
- server-addr: "nacos.bak.com:8848"
- service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
- weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
- type: "com.zaxxer.hikari.HikariDataSource"
- driver-class-name: "com.mysql.jdbc.Driver"
- url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
- connection-timeout: "30000"
- maximum-pool-size: "10"
- minimum-idle: "1"
- master: "mymaster"
- - redis.jxfx1.com: "27000"
- - redis.jxfx2.com: "27000"
- - redis.jxfx3.com: "27000"
- database: "15"
- host: "mq.bak.com"
- port: "5672"
- virtualHost: "shop-recycle-order-image"
- name: "${spring.application.name}"
- provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
- registry: "# 鍗曟敞鍐屼腑蹇? address: nacos://${nacos.service-address}:${nacos.port}"
- filter: "tracing"
- filter: "tracing"
- name: "dubbo"
- port: "2033"
- payload: "31457280 # 30M"
- mapper-locations: "classpath:/mapper/*Mapper.xml"
- id-type: "0"
- field-strategy: "0"
- logic-delete-value: "1"
- logic-not-delete-value: "0"
- cache-enabled: "false"
- service-address: "nacos.bak.com"
- port: "8848"
- enabled: "true"
- application-id: "${spring.application.name}"
- tx-service-group: "my_test_tx_group"
- type: "nacos"
- serverAddr: "nacos.bak.com:8848"
- group: "SEATA_GROUP"
- type: "nacos"
- application: "seata-server"
- server-addr: "nacos.bak.com:8848"
|