values.yaml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. app:
  2. name: shop-recycle-gateway
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-gateway
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1211
  11. targetPort: 1211
  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: 1211
  23. spring:
  24. application:
  25. name: shop-recycle-gateway
  26. main:
  27. allow-bean-definition-overriding: true
  28. cloud:
  29. nacos:
  30. discovery:
  31. server-addr: nacos.bak.com:8848
  32. service: shop-recycle-gateway
  33. weight: 1
  34. gateway:
  35. discovery:
  36. locator:
  37. lower-case-service-id: true
  38. routes:
  39. - id: 登录中心
  40. uri: lb://shop-recycle-login-center-web
  41. predicates:
  42. - Path=/login-center/**
  43. - id: PC-平台
  44. uri: lb://shop-recycle-platform-pc-web
  45. predicates:
  46. - Path=/platform/pc/**
  47. - id: 小程序-门店
  48. uri: lb://shop-recycle-store-wechat-web
  49. predicates:
  50. - Path=/store/wechat/**
  51. - id: pc-门店
  52. uri: lb://shop-recycle-store-pc-web
  53. predicates:
  54. - Path=/store/pc/**
  55. - id: 小程序-商户
  56. uri: lb://shop-recycle-merchant-wechat-web
  57. predicates:
  58. - Path=/merchant/wechat/**
  59. - id: PC-商户
  60. uri: lb://shop-recycle-merchant-pc-web
  61. predicates:
  62. - Path=/merchant/pc/**
  63. - id: 文件上传
  64. uri: lb://shop-recycle-oss-web
  65. predicates:
  66. - Path=/upload/**
  67. - id: 微信接口配置
  68. uri: lb://shop-recycle-wechat-web
  69. predicates:
  70. - Path=/wechat/**
  71. - id: 支付接口配置
  72. uri: lb://shop-recycle-payment-web
  73. predicates:
  74. - Path=/payment/api/**
  75. - id: 导表接口配置
  76. uri: lb://shop-recycle-import-web
  77. predicates:
  78. - Path=/export/**
  79. - id: PC-代理
  80. uri: lb://shop-recycle-agent-pc-web
  81. predicates:
  82. - Path=/agent/pc/**
  83. - id: 小程序-C端
  84. uri: lb://shop-recycle-customer-web
  85. predicates:
  86. - Path=/customer/wechat/**
  87. - id: PC-ERP
  88. uri: lb://shop-recycle-erp-pc-web
  89. predicates:
  90. - Path=/erp/pc/**
  91. - id: PC-代卖
  92. uri: lb://shop-recycle-buy-pc-web
  93. predicates:
  94. - Path=/buy/pc/**
  95. - id: 小程序-代卖
  96. uri: lb://shop-recycle-buy-wechat-web
  97. predicates:
  98. - Path=/buy/wechat/**
  99. - id: PC-运营
  100. uri: lb://shop-recycle-marketer-pc-web
  101. predicates:
  102. - Path=/marketer/pc/**
  103. - id: WS
  104. uri: lb://shop-recycle-ws-web
  105. predicates:
  106. - Path=/ws/*
  107. sentinel:
  108. transport:
  109. port: 8005
  110. dashboard: localhost:8091
  111. datasource:
  112. flow:
  113. nacos:
  114. server-addr: nacos.bak.com:8848
  115. data-id: gateway-sentinel-flow
  116. data-type: json
  117. rule-type: flow
  118. redis:
  119. sentinel:
  120. master: mymaster
  121. nodes:
  122. - redis.jxfx1.com:27000
  123. - redis.jxfx2.com:27000
  124. - redis.jxfx3.com:27000
  125. password: 3sm_redis
  126. database: 15
  127. swagger:
  128. show: false
  129. isFilter: true
  130. isFilterDes3: false
  131. swagger.enable: true
  132. deskey:
  133. firstKey: 63e42c2444e94c1ebca21d30d2aa39a5
  134. time: 60
  135. is-reveal-error: true
  136. podAnnotations: {}
  137. securityContext: {}
  138. nodeSelector: {}
  139. tolerations: []
  140. affinity: {}