values.yaml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. app:
  2. name: shop-recycle-dealdata-service
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-dealdata-service
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1235
  11. targetPort: 1235
  12. dubbo_port: 2032
  13. resources:
  14. requests:
  15. cpu: 250m
  16. memory: 256Mi
  17. limits:
  18. cpu: 500m
  19. memory: 512Mi
  20. config:
  21. yml:
  22. server:
  23. port: 1235
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-dealdata-service
  31. redis:
  32. sentinel:
  33. master: mymaster
  34. nodes:
  35. - redis.jxfx1.com:27000
  36. - redis.jxfx2.com:27000
  37. - redis.jxfx3.com:27000
  38. password: 3sm_redis
  39. database: 15
  40. datasource:
  41. dynamic:
  42. primary: seata
  43. strict: false
  44. datasource:
  45. seata:
  46. type: com.zaxxer.hikari.HikariDataSource
  47. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/seata?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  48. username: root
  49. password: Fxjxtdacf8f_a3d_202600104d6c_41
  50. driver-class-name: com.mysql.cj.jdbc.Driver
  51. hikari:
  52. connection-timeout: 30000
  53. maximum-pool-size: 10
  54. minimum-idle: 1
  55. shop_recycle_order:
  56. type: com.zaxxer.hikari.HikariDataSource
  57. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  58. username: root
  59. password: Fxjxtdacf8f_a3d_202600104d6c_41
  60. driver-class-name: com.mysql.cj.jdbc.Driver
  61. hikari:
  62. connection-timeout: 30000
  63. maximum-pool-size: 10
  64. minimum-idle: 1
  65. shop_recycle_account:
  66. type: com.zaxxer.hikari.HikariDataSource
  67. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_account?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  68. username: root
  69. password: Fxjxtdacf8f_a3d_202600104d6c_41
  70. driver-class-name: com.mysql.cj.jdbc.Driver
  71. hikari:
  72. connection-timeout: 30000
  73. maximum-pool-size: 10
  74. minimum-idle: 1
  75. shop_recycle_platform:
  76. type: com.zaxxer.hikari.HikariDataSource
  77. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  78. username: root
  79. password: Fxjxtdacf8f_a3d_202600104d6c_41
  80. driver-class-name: com.mysql.cj.jdbc.Driver
  81. hikari:
  82. connection-timeout: 30000
  83. maximum-pool-size: 10
  84. minimum-idle: 1
  85. main:
  86. allow-bean-definition-overriding: true
  87. cloud:
  88. nacos:
  89. discovery:
  90. server-addr: nacos.bak.com:8848
  91. service: shop-recycle-dealdata-service
  92. weight: 1
  93. rabbitmq:
  94. host: mq.bak.com
  95. port: 5672
  96. username: guest
  97. password: guest
  98. virtualHost: shop-recycle-msg
  99. dubbo:
  100. application:
  101. name: shop-recycle-dealdata-service
  102. provider:
  103. registry:
  104. address: nacos://nacos.bak.com:8848
  105. filter: tracing
  106. consumer:
  107. filter: tracing
  108. protocol:
  109. name: dubbo
  110. port: 2032
  111. mybatis-plus:
  112. mapper-locations: classpath:/mapper/*Mapper.xml
  113. global-config:
  114. id-type: 0
  115. field-strategy: 0
  116. db-column-underline: true
  117. logic-delete-value: 1
  118. logic-not-delete-value: 0
  119. configuration:
  120. map-underscore-to-camel-case: true
  121. cache-enabled: false
  122. jdbc-type-for-null: null
  123. db-host: rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306
  124. db-username: root
  125. db-password: Fxjxtdacf8f_a3d_202600104d6c_41
  126. config:
  127. isOpen: true
  128. delay: 2000
  129. range: 20
  130. podAnnotations: {}
  131. securityContext: {}
  132. nodeSelector: {}
  133. tolerations: []
  134. affinity: {}