values.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. app:
  2. name: shop-recycle-dispatcher
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-dispatcher-service
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1236
  11. targetPort: 1236
  12. dubbo_port: 2033
  13. resources:
  14. requests:
  15. cpu: 250m
  16. memory: 256Mi
  17. limits:
  18. cpu: 500m
  19. memory: 512Mi
  20. config:
  21. yml:
  22. server:
  23. port: 1236
  24. spring:
  25. application:
  26. name: shop-recycle-dispatcher-service
  27. main:
  28. allow-bean-definition-overriding: true
  29. cloud:
  30. nacos:
  31. discovery:
  32. server-addr: nacos.bak.com:8848
  33. service: shop-recycle-dispatcher-service
  34. weight: 1
  35. datasource:
  36. type: com.zaxxer.hikari.HikariDataSource
  37. driver-class-name: com.mysql.jdbc.Driver
  38. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  39. username: root
  40. password: Fxjxtdacf8f_a3d_202600104d6c_41
  41. hikari:
  42. connection-timeout: 30000
  43. maximum-pool-size: 10
  44. minimum-idle: 1
  45. redis:
  46. sentinel:
  47. master: mymaster
  48. nodes:
  49. - redis.jxfx1.com:27000
  50. - redis.jxfx2.com:27000
  51. - redis.jxfx3.com:27000
  52. password: 3sm_redis
  53. database: 15
  54. rabbitmq:
  55. host: mq.bak.com
  56. port: 5672
  57. username: guest
  58. password: guest
  59. virtualHost: shop-recycle-order-image
  60. dubbo:
  61. application:
  62. name: shop-recycle-dispatcher-service
  63. provider:
  64. registry:
  65. address: nacos://nacos.bak.com:8848
  66. filter: tracing
  67. consumer:
  68. filter: tracing
  69. protocol:
  70. name: dubbo
  71. port: 2033
  72. dubbo:
  73. payload: 31457280
  74. mybatis-plus:
  75. mapper-locations: classpath:/mapper/*Mapper.xml
  76. global-config:
  77. id-type: 0
  78. field-strategy: 0
  79. db-column-underline: true
  80. logic-delete-value: 1
  81. logic-not-delete-value: 0
  82. configuration:
  83. map-underscore-to-camel-case: true
  84. cache-enabled: false
  85. jdbc-type-for-null: null
  86. seata:
  87. enabled: true
  88. application-id: shop-recycle-dispatcher-service
  89. tx-service-group: my_test_tx_group
  90. config:
  91. type: nacos
  92. nacos:
  93. namespace: null
  94. serverAddr: nacos.bak.com:8848
  95. group: SEATA_GROUP
  96. userName: nacos
  97. password: nacos
  98. registry:
  99. type: nacos
  100. nacos:
  101. application: seata-server
  102. server-addr: nacos.bak.com:8848
  103. namespace: null
  104. userName: nacos
  105. password: nacos
  106. podAnnotations: {}
  107. securityContext: {}
  108. nodeSelector: {}
  109. tolerations: []
  110. affinity: {}