shop-recycle-dispatcher-configmap.yaml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. apiVersion: v1
  2. kind: ConfigMap
  3. metadata:
  4. name: shop-recycle-dispatcher-configmap
  5. namespace: production
  6. data:
  7. port: "1236"
  8. name: "shop-recycle-dispatcher-service"
  9. allow-bean-definition-overriding: "true"
  10. server-addr: "nacos.bak.com:8848"
  11. service: "${spring.application.name} # 褰撳墠鏈嶅姟鐨勫悕绉帮紝榛樿涓?${spring.application.name}"
  12. weight: "1 # 鏈嶅姟鐨勬潈閲嶏紝鍙栧€糩1, 100]锛岄粯璁や负1"
  13. type: "com.zaxxer.hikari.HikariDataSource"
  14. driver-class-name: "com.mysql.jdbc.Driver"
  15. url: "jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true"
  16. connection-timeout: "30000"
  17. maximum-pool-size: "10"
  18. minimum-idle: "1"
  19. master: "mymaster"
  20. - redis.jxfx1.com: "27000"
  21. - redis.jxfx2.com: "27000"
  22. - redis.jxfx3.com: "27000"
  23. database: "15"
  24. host: "mq.bak.com"
  25. port: "5672"
  26. virtualHost: "shop-recycle-order-image"
  27. name: "${spring.application.name}"
  28. provider: "# 浣滀负鎻愪緵鑰呯殑閰嶇疆"
  29. registry: "# 鍗曟敞鍐屼腑蹇? address: nacos://${nacos.service-address}:${nacos.port}"
  30. filter: "tracing"
  31. filter: "tracing"
  32. name: "dubbo"
  33. port: "2033"
  34. payload: "31457280 # 30M"
  35. mapper-locations: "classpath:/mapper/*Mapper.xml"
  36. id-type: "0"
  37. field-strategy: "0"
  38. logic-delete-value: "1"
  39. logic-not-delete-value: "0"
  40. cache-enabled: "false"
  41. service-address: "nacos.bak.com"
  42. port: "8848"
  43. enabled: "true"
  44. application-id: "${spring.application.name}"
  45. tx-service-group: "my_test_tx_group"
  46. type: "nacos"
  47. serverAddr: "nacos.bak.com:8848"
  48. group: "SEATA_GROUP"
  49. type: "nacos"
  50. application: "seata-server"
  51. server-addr: "nacos.bak.com:8848"