values.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. app:
  2. name: shop-recycle-login-center
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-login-center-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1210
  11. targetPort: 1210
  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: 1210
  23. servlet:
  24. context-path: /login-center
  25. spring:
  26. application:
  27. name: shop-recycle-login-center-web
  28. cloud:
  29. nacos:
  30. discovery:
  31. server-addr: nacos.bak.com:8848
  32. service: shop-recycle-login-center-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. params-config:
  50. store-app-id: wxc06c57d31a926122
  51. store-app-secret: 11a25c263ed4dcf7dea9ef3637d952f7
  52. merchant-app-id: wx4cc644289df32eba
  53. merchant-app-secret: 73f5704c18e497922ee311f07bf4173c
  54. wx-authorization-url: https://api.weixin.qq.com/sns/jscode2session?grant_type=authorization_code
  55. buy-app-id: wx2f7cc178443f33c4
  56. buy-app-secret: 97c4f8bbe9442b1d3a5cb075b6b2ee6d
  57. aibao-app-id: wx1cc48c9b7c1bf6f2
  58. aibao-app-secret: 0a2434f22922a3c95bebab731f20b27d
  59. dubbo:
  60. application:
  61. name: shop-recycle-login-center-web
  62. consumer:
  63. registry:
  64. address: nacos://nacos.bak.com:8848
  65. timeout: 50000
  66. filter: tracing
  67. swagger:
  68. show: true
  69. googleCommandEnable: close
  70. podAnnotations: {}
  71. securityContext: {}
  72. nodeSelector: {}
  73. tolerations: []
  74. affinity: {}