values.yaml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. app:
  2. name: shop-recycle-payment
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-payment
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1218
  11. targetPort: 1218
  12. dubbo_port: 2027
  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: 1218
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-payment-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_payment?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. redis:
  42. sentinel:
  43. master: mymaster
  44. nodes:
  45. - redis.jxfx1.com:27000
  46. - redis.jxfx2.com:27000
  47. - redis.jxfx3.com:27000
  48. password: 3sm_redis
  49. database: 15
  50. rabbitmq:
  51. host: mq.bak.com
  52. port: 5672
  53. username: guest
  54. password: guest
  55. virtualHost: shop-recycle-msg
  56. main:
  57. allow-bean-definition-overriding: true
  58. cloud:
  59. nacos:
  60. discovery:
  61. server-addr: nacos.bak.com:8848
  62. service: shop-recycle-payment-service
  63. weight: 1
  64. dubbo:
  65. application:
  66. name: shop-recycle-payment-service
  67. provider:
  68. registry:
  69. address: nacos://nacos.bak.com:8848
  70. filter: tracing
  71. consumer:
  72. filter: tracing
  73. protocol:
  74. name: dubbo
  75. port: 2027
  76. mybatis-plus:
  77. mapper-locations: classpath:/mapper/*Mapper.xml
  78. global-config:
  79. id-type: 0
  80. field-strategy: 0
  81. db-column-underline: true
  82. logic-delete-value: 1
  83. logic-not-delete-value: 0
  84. configuration:
  85. map-underscore-to-camel-case: true
  86. cache-enabled: false
  87. jdbc-type-for-null: null
  88. seata:
  89. enabled: true
  90. application-id: shop-recycle-payment-service
  91. tx-service-group: my_test_tx_group
  92. config:
  93. type: nacos
  94. nacos:
  95. namespace: null
  96. serverAddr: nacos.bak.com:8848
  97. group: SEATA_GROUP
  98. userName: nacos
  99. password: nacos
  100. registry:
  101. type: nacos
  102. nacos:
  103. application: seata-server
  104. server-addr: nacos.bak.com:8848
  105. namespace: null
  106. userName: nacos
  107. password: nacos
  108. paydev: product
  109. mobilepay:
  110. wechat-sub-mch-id: 1609430211
  111. wechat-jqj-key: d1270011522462462200ApAMF8ssms20
  112. wechat-transfer-url: https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers
  113. wechat_transfer_cert_path: /data/wechat_cert/apiclient_transfer_cert.p12
  114. wechat-small-store-id: wxc06c57d31a926122
  115. v3-key-path: /data/wechat_cert/v3_apiclient_key.pem
  116. v3-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  117. v3-mchSerial-no: 2620D27947AA7A2AC1D99449131850AFCACA2611
  118. v3-wechat-transfer-batches-url: https://api.mch.weixin.qq.com/v3/transfer/batches
  119. v3-wechat-transfer-query-url: https://api.mch.weixin.qq.com/v3/transfer/batches/out-batch-no/%s/details/out-detail-no/%s
  120. alipay-private-key: /data/alipay_cert/alipayPrivateKey.txt
  121. alipay-appid: 2021006115638634
  122. alipay-cert-public-key-rsa2: /data/alipay_cert/alipayCertPublicKey_RSA2.crt
  123. alipay-root-cert: /data/alipay_cert/alipayRootCert.crt
  124. alipay-app-cert-public-key: /data/alipay_cert/appCertPublicKey_2021006115638634.crt
  125. wechat-ssm-merchant-id: 1491322762
  126. wechat-ssm-app-id: wxc06c57d31a926122
  127. wechat-refund-url: https://api.mch.weixin.qq.com/secapi/pay/refund
  128. wechat-refund-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/wechat/refund
  129. wechat-ssm-cert-path: /data/wechat_cert/1491322762.p12
  130. wechat-ssm-key: d1270011522462462200ApAMF8ssms20
  131. yeepay-app-key: 10090842957
  132. yeepay-refund-notify-url: https://pregateway.fanxingtiaodong.com/payment/api/pay/notify/yeepay/refund
  133. wechat-pay:
  134. domain: https://api.mch.weixin.qq.com
  135. mch-transfer-url: /v3/fund-app/mch-transfer/transfer-bills
  136. mch-transfer-query-url: /v3/fund-app/mch-transfer/transfer-bills/out-bill-no/%s
  137. mch-transfer-notify-url: https://gateway.jxfxtd.com/payment/api/pay/notify/callback
  138. app-id: wxc06c57d31a926122
  139. mch-id: 1726979421
  140. mch-serial-no: 7E7BCB6718AB85F17C33C94D973CADC6FD1E4AE7
  141. common-api-key: d1270011522462462200ApAMF8ssms20
  142. common-key-path: /data/wechat_cert/v3_apiclient_key.pem
  143. common-cert-path: /data/wechat_cert/v3_apiclient_cert.pem
  144. private-key-path: /data/upload/publicPkcs8.pem
  145. public-key-id: PUB_KEY_ID_0111017178402026010600382186002602
  146. scene-id: 1010
  147. public-key-path: /data/upload/publicPkcs8.pem
  148. podAnnotations: {}
  149. securityContext: {}
  150. nodeSelector: {}
  151. tolerations: []
  152. affinity: {}