values.yaml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. app:
  2. name: shop-recycle-platform
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-platform
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1201
  11. targetPort: 1201
  12. dubbo_port: 2021
  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: 1201
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-platform-service
  31. datasource:
  32. type: com.zaxxer.hikari.HikariDataSource
  33. driver-class-name: com.mysql.cj.jdbc.Driver
  34. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_platform?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  35. username: root
  36. password: Fxjxtdacf8f_a3d_202600104d6c_41
  37. hikari:
  38. connection-timeout: 30000
  39. maximum-pool-size: 10
  40. minimum-idle: 1
  41. main:
  42. allow-bean-definition-overriding: true
  43. cloud:
  44. nacos:
  45. discovery:
  46. server-addr: nacos.bak.com:8848
  47. service: shop-recycle-platform-service
  48. weight: 1
  49. redis:
  50. sentinel:
  51. master: mymaster
  52. nodes:
  53. - redis.jxfx1.com:27000
  54. - redis.jxfx2.com:27000
  55. - redis.jxfx3.com:27000
  56. password: 3sm_redis
  57. database: 15
  58. rabbitmq:
  59. host: mq.bak.com
  60. port: 5672
  61. username: guest
  62. password: guest
  63. virtualHost: shop-recycle-order-image
  64. data:
  65. mongodb:
  66. database: recycle
  67. host: mg.bak.com
  68. port: 27017
  69. dubbo:
  70. application:
  71. name: shop-recycle-platform-service
  72. provider:
  73. registry:
  74. address: nacos://nacos.bak.com:8848
  75. filter: tracing
  76. protocol:
  77. name: dubbo
  78. port: 2021
  79. consumer:
  80. registry:
  81. address: nacos://nacos.bak.com:8848
  82. timeout: 5000
  83. filter: tracing
  84. mybatis-plus:
  85. mapper-locations: classpath:/mapper/*Mapper.xml
  86. global-config:
  87. id-type: 0
  88. field-strategy: 0
  89. db-column-underline: true
  90. logic-delete-value: 1
  91. logic-not-delete-value: 0
  92. configuration:
  93. map-underscore-to-camel-case: true
  94. cache-enabled: false
  95. jdbc-type-for-null: null
  96. swagger:
  97. show: true
  98. index:
  99. recycle-machine-model: /root/recycle_machine_index
  100. fenhao:
  101. host: https://mini.fprice.cn
  102. app-id: lVTFThkjR17hw7Q9kwU
  103. app-secret: pOeoJVZIzfdkpS@g8
  104. image-host: https://images.fprice.cn/boot-admin/api/common/view/
  105. generator-access-token: https://gateway.btstars.cn/platform/pc/machine/model/fenhaoToken
  106. classify-brand-list: /boot-h5/api/third/v1/recovery/classifyBrandList
  107. shop-goods-list: /boot-h5/api/third/v1/recovery/shopGoodsList
  108. goods-info: /boot-h5/api/third/v1/recovery/goodsInfo
  109. check-goods-limit: /boot-h5/api/third/v1/recovery/checkGoodsLimit
  110. direct-estimate: /boot-h5/api/third/v1/recovery/directEstimate
  111. get-goods-estimate-package: /boot-h5/api/third/v1/recovery/getGoodsEstimatePackage
  112. get-goods-estimate-package-submit: /boot-h5/api/third/v1/recovery/getGoodsEstimatePackage/submit
  113. change-log-list: /boot-h5/api/third/v1/recovery/changeLogList
  114. good-grade-package-list: /boot-h5/api/third/v1/recovery/goodGradePackageList
  115. good-price-list: /boot-h5/api/third/v1/recovery/goodPriceList
  116. grade-list: /boot-h5/api/third/v1/recovery/gradeList
  117. cxh:
  118. basic-data:
  119. host: https://openapi.zhuanzhuan.com
  120. authorize-url: https://gateway.btstars.cn/platform/pc/chx/data/sync/getDataToken
  121. refresh-token-url: https://gateway.btstars.cn/platform/pc/chx/data/sync/getDataToken
  122. get-brands-by-cate-id: https://openapi.zhuanzhuan.com/open/router/hunter/getBrandsByCateId
  123. get-models-by-cate-and-brand-id: https://openapi.zhuanzhuan.com/open/router/hunter/getModelsByCateAndBrandId
  124. get-recycle-template: https://openapi.zhuanzhuan.com/open/router/hunter/getRecycleTemplate
  125. client-id: a14c02bc-7607-49be-a54b-9206deb5464e
  126. client-secret: a2c7bb58-886e-41c3-b3ee-aca23e728dcc
  127. price-c2b:
  128. host: https://openapi.zhuanzhuan.com
  129. authorize-url: https://gateway.btstars.cn/platform/pc/chx/data/sync/getC2bPriceToken
  130. get-price: https://openapi.zhuanzhuan.com/open/router/hunter/getC2bPrice
  131. client-id: ade60dbc-bf74-47c2-bc57-65cf58614bcf
  132. client-secret: 5fa11321-9f49-4b43-9a15-16097ff702df
  133. new-price-c2b:
  134. host: https://open.caihuoxia.com/api
  135. authorize-url: https://gateway.btstars.cn/platform/pc/chx/data/sync/getC2bPriceTokenNew
  136. get-brands-by-cate-id: https://open.caihuoxia.com/api/price/v1.0/category/%s/brands
  137. get-models-by-cate-and-brand-id: https://open.caihuoxia.com/api/price/v1.0/category/%s/brand/%s/models
  138. get-recycle-template: https://open.caihuoxia.com/api/price/v1.0/category/%s/brand/%s/model/%s/recycle-template
  139. get-price: https://open.caihuoxia.com/api/price/v1.0/recycle-report-info/estimated-price/search
  140. client-id: saas_fxv2
  141. client-secret: 51e74860d871249b6fad93bcd93e40ab27765778
  142. podAnnotations: {}
  143. securityContext: {}
  144. nodeSelector: {}
  145. tolerations: []
  146. affinity: {}