values.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. app:
  2. name: shop-recycle-merchant-pc-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-merchant-pc-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1205
  11. targetPort: 1205
  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: 1205
  23. servlet:
  24. context-path: /merchant/pc
  25. spring:
  26. application:
  27. name: shop-recycle-merchant-pc-web
  28. servlet:
  29. multipart:
  30. max-file-size: 10MB
  31. max-request-size: 10MB
  32. main:
  33. allow-bean-definition-overriding: true
  34. cloud:
  35. nacos:
  36. discovery:
  37. server-addr: nacos.bak.com:8848
  38. service: shop-recycle-merchant-pc-web
  39. weight: 1
  40. redis:
  41. sentinel:
  42. master: mymaster
  43. nodes:
  44. - redis.jxfx1.com:27000
  45. - redis.jxfx2.com:27000
  46. - redis.jxfx3.com:27000
  47. password: 3sm_redis
  48. database: 15
  49. lettuce:
  50. pool:
  51. max-active: 200
  52. max-idle: 80
  53. min-idle: 20
  54. data:
  55. mongodb:
  56. database: recycle
  57. host: mg.bak.com
  58. port: 27017
  59. rabbitmq:
  60. host: mq.bak.com
  61. port: 5672
  62. username: guest
  63. password: guest
  64. virtualHost: shop-recycle-msg
  65. dubbo:
  66. application:
  67. name: shop-recycle-merchant-pc-web
  68. consumer:
  69. registry:
  70. address: nacos://nacos.bak.com:8848
  71. timeout: 60000
  72. seata:
  73. enabled: true
  74. application-id: shop-recycle-merchant-pc-web
  75. tx-service-group: my_test_tx_group
  76. config:
  77. type: nacos
  78. nacos:
  79. namespace: null
  80. serverAddr: nacos.bak.com:8848
  81. group: SEATA_GROUP
  82. userName: nacos
  83. password: nacos
  84. registry:
  85. type: nacos
  86. nacos:
  87. application: seata-server
  88. server-addr: nacos.bak.com:8848
  89. namespace: null
  90. userName: nacos
  91. password: nacos
  92. swagger:
  93. show: true
  94. is-reveal-error: true
  95. appleId:
  96. key: UBXMmrVXHtiBpohFccf99mW3W7vyae4f
  97. podAnnotations: {}
  98. securityContext: {}
  99. nodeSelector: {}
  100. tolerations: []
  101. affinity: {}