values.yaml 4.3 KB

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