values.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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.service-address}:${nacos.port}
  32. service: ${spring.application.name}
  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: ${spring.application.name}
  63. consumer:
  64. registry:
  65. address: nacos://${nacos.service-address}:${nacos.port}
  66. timeout: 50000
  67. filter: tracing
  68. nacos:
  69. service-address: nacos.bak.com
  70. port: 8848
  71. swagger:
  72. show: true
  73. is-reveal-error: true
  74. seata:
  75. enabled: true
  76. application-id: ${spring.application.name}
  77. tx-service-group: my_test_tx_group
  78. config:
  79. type: nacos
  80. nacos:
  81. namespace: null
  82. serverAddr: nacos.bak.com:8848
  83. group: SEATA_GROUP
  84. userName: nacos
  85. password: nacos
  86. registry:
  87. type: nacos
  88. nacos:
  89. application: seata-server
  90. server-addr: nacos.bak.com:8848
  91. namespace: null
  92. userName: nacos
  93. password: nacos
  94. googleCommandAccount: fxadmin
  95. googleCommandEnable: close
  96. plat:
  97. qiyeCallBackUrl: https://gateway.jxfxtd.com/wechat/qiye/api/wx/auth
  98. query3023balance:
  99. key: 2844f00036e108ccab89f681a528dfdf
  100. url: http://api.3023data.com/user/balance?version=2.0
  101. appleId:
  102. key: 2844f00036e108ccab89f681a528dfdf
  103. url: http://api.3023data.com/apple/activationlock?sn=
  104. snUrl: http://api.3023data.com/apple/activationlock-sn?sn=
  105. aiguoUrl: https://api.aiguovip.com/api_interface/order/add_order/?service_id=2&api_key=07ccf2832724d928ed674d5d9d278320&imei=%s&request_id=%s
  106. podAnnotations: {}
  107. securityContext: {}
  108. nodeSelector: {}
  109. tolerations: []
  110. affinity: {}