values.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. app:
  2. name: shop-recycle-order-search
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-order-search
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1238
  11. targetPort: 1238
  12. dubbo_port: 2034
  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: 1238
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-order-search
  31. main:
  32. allow-bean-definition-overriding: true
  33. cloud:
  34. nacos:
  35. discovery:
  36. server-addr: nacos.bak.com:8848
  37. service: shop-recycle-order-search
  38. weight: 1
  39. datasource:
  40. type: com.zaxxer.hikari.HikariDataSource
  41. driver-class-name: com.mysql.jdbc.Driver
  42. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_order?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  43. username: root
  44. password: Fxjxtdacf8f_a3d_202600104d6c_41
  45. hikari:
  46. connection-timeout: 30000
  47. maximum-pool-size: 10
  48. minimum-idle: 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-order-image
  64. data:
  65. mongodb:
  66. database: recycle
  67. host: mg.bak.com
  68. port: 27017
  69. dubbo:
  70. application:
  71. name: shop-recycle-order-search
  72. provider:
  73. registry:
  74. address: nacos://nacos.bak.com:8848
  75. filter: tracing
  76. consumer:
  77. filter: tracing
  78. protocol:
  79. name: dubbo
  80. port: 2034
  81. dubbo:
  82. payload: 31457280
  83. mybatis-plus:
  84. mapper-locations: classpath:/mapper/*Mapper.xml
  85. global-config:
  86. id-type: 0
  87. field-strategy: 0
  88. db-column-underline: true
  89. logic-delete-value: 1
  90. logic-not-delete-value: 0
  91. configuration:
  92. map-underscore-to-camel-case: true
  93. cache-enabled: false
  94. jdbc-type-for-null: null
  95. seata:
  96. enabled: true
  97. application-id: shop-recycle-store-wechat-web
  98. tx-service-group: my_test_tx_group
  99. config:
  100. type: nacos
  101. nacos:
  102. namespace: null
  103. serverAddr: nacos.bak.com:8848
  104. group: SEATA_GROUP
  105. userName: nacos
  106. password: nacos
  107. registry:
  108. type: nacos
  109. nacos:
  110. application: seata-server
  111. server-addr: nacos.bak.com:8848
  112. namespace: null
  113. userName: nacos
  114. password: nacos
  115. podAnnotations: {}
  116. securityContext: {}
  117. nodeSelector: {}
  118. tolerations: []
  119. affinity: {}