values.yaml 2.8 KB

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