shop-recycle-pis-configmap.yaml 1.8 KB

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