values.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. app:
  2. name: shop-recycle-store-wechat-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-store-wechat-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1207
  11. targetPort: 1207
  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: 1207
  23. servlet:
  24. context-path: /store/wechat
  25. spring:
  26. application:
  27. name: shop-recycle-store-wechat-web
  28. main:
  29. allow-bean-definition-overriding: true
  30. cloud:
  31. nacos:
  32. discovery:
  33. server-addr: ${nacos.service-address}:${nacos.port}
  34. service: ${spring.application.name}
  35. weight: 1
  36. redis:
  37. sentinel:
  38. master: mymaster
  39. nodes:
  40. - redis.jxfx1.com:27000
  41. - redis.jxfx2.com:27000
  42. - redis.jxfx3.com:27000
  43. password: 3sm_redis
  44. database: 15
  45. lettuce:
  46. pool:
  47. max-active: 300
  48. max-idle: 100
  49. min-idle: 50
  50. rabbitmq:
  51. host: mq.bak.com
  52. port: 5672
  53. username: guest
  54. password: guest
  55. virtualHost: shop-recycle-msg
  56. data:
  57. mongodb:
  58. database: recycle
  59. host: mg.bak.com
  60. port: 27017
  61. dubbo:
  62. application:
  63. name: ${spring.application.name}
  64. consumer:
  65. registry:
  66. address: nacos://${nacos.service-address}:${nacos.port}
  67. timeout: 50000
  68. filter: tracing
  69. nacos:
  70. service-address: nacos.bak.com
  71. port: 8848
  72. swagger:
  73. show: true
  74. is-reveal-error: false
  75. creditValid:
  76. AppKey: 203942948
  77. AppSecret: BSEE6JtH8sFyyCuZ9ppd38yU3Qob4p9H
  78. AppCode: 4135237bf7644c2596d78cfdf00aa767
  79. url: https://bizlicense.market.alicloudapi.com/rest/160601/ocr/ocr_business_license.json
  80. seata:
  81. enabled: true
  82. application-id: shop-recycle-store-wechat-web
  83. tx-service-group: my_test_tx_group
  84. config:
  85. type: nacos
  86. nacos:
  87. namespace: null
  88. serverAddr: nacos.bak.com:8848
  89. group: SEATA_GROUP
  90. userName: nacos
  91. password: nacos
  92. registry:
  93. type: nacos
  94. nacos:
  95. application: seata-server
  96. server-addr: nacos.bak.com:8848
  97. namespace: null
  98. userName: nacos
  99. password: nacos
  100. appleId:
  101. key: 2844f00036e108ccab89f681a528dfdf
  102. url: http://api.3023data.com/apple/activationlock?sn=
  103. snUrl: http://api.3023data.com/apple/activationlock-sn?sn=
  104. aiguoUrl: https://api.aiguovip.com/api_interface/order/add_order/?service_id=2&api_key=07ccf2832724d928ed674d5d9d278320&imei=%s&request_id=%s
  105. masterServiceOpenId: o_0Rc56TLQNEVAsdHkRi_2wVgDrQ,o_0Rc57SAK7MUanAcOcfj6ozXLfI,o_0Rc5_75dLlBXMBgV8NEkVnvmuQ
  106. sdReimgPaddingImageURL: https://img.fanxinghuishou.com/20230620/462145136.png
  107. chxPush:
  108. middleware: rabbitmq
  109. podAnnotations: {}
  110. securityContext: {}
  111. nodeSelector: {}
  112. tolerations: []
  113. affinity: {}