values.yaml 2.8 KB

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