values.yaml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. app:
  2. name: shop-recycle-platform-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-platform-pc-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1202
  11. targetPort: 1202
  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: 1202
  23. servlet:
  24. context-path: /platform/pc
  25. spring:
  26. application:
  27. name: shop-recycle-platform-pc-web
  28. cloud:
  29. nacos:
  30. discovery:
  31. server-addr: nacos.bak.com:8848
  32. service: shop-recycle-platform-pc-web
  33. weight: 1
  34. redis:
  35. sentinel:
  36. master: mymaster
  37. nodes:
  38. - redis.jxfx1.com:27000
  39. - redis.jxfx2.com:27000
  40. - redis.jxfx3.com:27000
  41. password: 3sm_redis
  42. database: 15
  43. rabbitmq:
  44. host: mq.bak.com
  45. port: 5672
  46. username: guest
  47. password: guest
  48. virtualHost: shop-recycle-msg
  49. data:
  50. mongodb:
  51. database: recycle
  52. host: mg.bak.com
  53. port: 27017
  54. params-config:
  55. store-app-id: wxc06c57d31a926122
  56. store-app-secret: 11a25c263ed4dcf7dea9ef3637d952f7
  57. merchant-app-id: wx4cc644289df32eba
  58. merchant-app-secret: 73f5704c18e497922ee311f07bf4173c
  59. wx-authorization-url: https://api.weixin.qq.com/sns/jscode2session?grant_type=authorization_code
  60. dubbo:
  61. application:
  62. name: shop-recycle-platform-pc-web
  63. consumer:
  64. registry:
  65. address: nacos://nacos.bak.com:8848
  66. timeout: 50000
  67. filter: tracing
  68. swagger:
  69. show: true
  70. is-reveal-error: true
  71. seata:
  72. enabled: true
  73. application-id: shop-recycle-platform-pc-web
  74. tx-service-group: my_test_tx_group
  75. config:
  76. type: nacos
  77. nacos:
  78. namespace: null
  79. serverAddr: nacos.bak.com:8848
  80. group: SEATA_GROUP
  81. userName: nacos
  82. password: nacos
  83. registry:
  84. type: nacos
  85. nacos:
  86. application: seata-server
  87. server-addr: nacos.bak.com:8848
  88. namespace: null
  89. userName: nacos
  90. password: nacos
  91. googleCommandAccount: fxadmin
  92. googleCommandEnable: close
  93. plat:
  94. qiyeCallBackUrl: https://gateway.jxfxtd.com/wechat/qiye/api/wx/auth
  95. query3023balance:
  96. key: 2844f00036e108ccab89f681a528dfdf
  97. url: http://api.3023data.com/user/balance?version=2.0
  98. appleId:
  99. key: 2844f00036e108ccab89f681a528dfdf
  100. url: http://api.3023data.com/apple/activationlock?sn=
  101. snUrl: http://api.3023data.com/apple/activationlock-sn?sn=
  102. aiguoUrl: https://api.aiguovip.com/api_interface/order/add_order/?service_id=2&api_key=07ccf2832724d928ed674d5d9d278320&imei=%s&request_id=%s
  103. podAnnotations: {}
  104. securityContext: {}
  105. nodeSelector: {}
  106. tolerations: []
  107. affinity: {}