values.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. app:
  2. name: shop-recycle-msg
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-msg-service
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1217
  11. targetPort: 1217
  12. dubbo_port: 2026
  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: 1217
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-msg-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_msg?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: 10
  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-msg-service
  48. weight: 1
  49. redis:
  50. sentinel:
  51. master: mymaster
  52. nodes:
  53. - redis.jxfx1.com:27000
  54. - redis.jxfx2.com:27000
  55. - redisjxfx3.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-msg-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: 2026
  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. wechat:
  91. appIdPublic:
  92. Store: wxfe0445e225b9f506
  93. Merchant: wxb91492de297b217f
  94. appIdMini:
  95. Store: wxc06c57d31a926122
  96. Merchant: wx4cc644289df32eba
  97. seata:
  98. enabled: true
  99. application-id: shop-recycle-msg-service
  100. tx-service-group: my_test_tx_group
  101. config:
  102. type: nacos
  103. nacos:
  104. namespace: null
  105. serverAddr: nacos.bak.com:8848
  106. group: SEATA_GROUP
  107. userName: nacos
  108. password: nacos
  109. registry:
  110. type: nacos
  111. nacos:
  112. application: seata-server
  113. server-addr: nacos.bak.com:8848
  114. namespace: null
  115. userName: nacos
  116. password: nacos
  117. sms:
  118. send-sms-single-request-server-url: http://smssh1.253.com/msg/send/json
  119. send-sms-count-request-server-url: http://smssh1.253.com/msg/balance/json
  120. add-template-url: https://zz.253.com/apis/template/add
  121. del-template-url: https://zz.253.com/apis/template/del
  122. query-template-url: https://zz.253.com/apis/template/list
  123. query-one-template-url: https://zz.253.com/apis/template/getSingleTemplateInfo
  124. send-sms-account: N946633_N7713839
  125. send-sms-pswd: VH0i7754ok2f45
  126. msg-title: 【繁星回收】
  127. podAnnotations: {}
  128. securityContext: {}
  129. nodeSelector: {}
  130. tolerations: []
  131. affinity: {}