app: name: shop-recycle-dispatcher replicaCount: 1 image: repository: harbor.stardance/shoprecycle/shop-recycle-dispatcher-service tag: v2.0.0 pullPolicy: IfNotPresent service: type: ClusterIP port: 1236 targetPort: 1236 dubbo_port: 2033 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: server: port: 1236 spring: application: name: shop-recycle-dispatcher-service main: allow-bean-definition-overriding: true cloud: nacos: discovery: server-addr: nacos.bak.com:8848 service: shop-recycle-dispatcher-service weight: 1 datasource: 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 username: root password: Fxjxtdacf8f_a3d_202600104d6c_41 hikari: connection-timeout: 30000 maximum-pool-size: 10 minimum-idle: 1 redis: sentinel: master: mymaster nodes: - redis.jxfx1.com:27000 - redis.jxfx2.com:27000 - redis.jxfx3.com:27000 password: 3sm_redis database: 15 rabbitmq: host: mq.bak.com port: 5672 username: guest password: guest virtualHost: shop-recycle-order-image dubbo: application: name: shop-recycle-dispatcher-service provider: registry: address: nacos://nacos.bak.com:8848 filter: tracing consumer: filter: tracing protocol: name: dubbo port: 2033 dubbo: payload: 31457280 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml global-config: id-type: 0 field-strategy: 0 db-column-underline: true logic-delete-value: 1 logic-not-delete-value: 0 configuration: map-underscore-to-camel-case: true cache-enabled: false jdbc-type-for-null: null seata: enabled: true application-id: shop-recycle-dispatcher-service tx-service-group: my_test_tx_group config: type: nacos nacos: namespace: null serverAddr: nacos.bak.com:8848 group: SEATA_GROUP userName: nacos password: nacos registry: type: nacos nacos: application: seata-server server-addr: nacos.bak.com:8848 namespace: null userName: nacos password: nacos podAnnotations: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}