values.yaml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. app:
  2. name: shop-recycle-msg
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-msg
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1217
  11. targetPort: 1217
  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: 1217
  23. logging:
  24. level:
  25. org.springframework: INFO
  26. com.ssm: DEBUG
  27. spring:
  28. application:
  29. name: shop-recycle-msg-service
  30. datasource:
  31. type: com.zaxxer.hikari.HikariDataSource
  32. driver-class-name: com.mysql.cj.jdbc.Driver
  33. url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_msg?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
  34. username: root
  35. password: Fxjxtdacf8f_a3d_202600104d6c_41
  36. hikari:
  37. connection-timeout: 30000
  38. maximum-pool-size: 10
  39. minimum-idle: 1
  40. main:
  41. allow-bean-definition-overriding: true
  42. cloud:
  43. nacos:
  44. discovery:
  45. server-addr: nacos.bak.com:8848
  46. service: shop-recycle-msg-service
  47. weight: 1
  48. redis:
  49. sentinel:
  50. master: mymaster
  51. nodes:
  52. - redis.jxfx1.com:27000
  53. - redis.jxfx2.com:27000
  54. - redisjxfx3.com:27000
  55. password: 3sm_redis
  56. database: 15
  57. rabbitmq:
  58. host: mq.bak.com
  59. port: 5672
  60. username: guest
  61. password: guest
  62. virtualHost: shop-recycle-msg
  63. dubbo:
  64. application:
  65. name: shop-recycle-msg-service
  66. provider:
  67. registry:
  68. address: nacos://nacos.bak.com:8848
  69. filter: tracing
  70. consumer:
  71. filter: tracing
  72. protocol:
  73. name: dubbo
  74. port: 2026
  75. mybatis-plus:
  76. mapper-locations: classpath:/mapper/*Mapper.xml
  77. global-config:
  78. id-type: 0
  79. field-strategy: 0
  80. db-column-underline: true
  81. logic-delete-value: 1
  82. logic-not-delete-value: 0
  83. configuration:
  84. map-underscore-to-camel-case: true
  85. cache-enabled: false
  86. jdbc-type-for-null: null
  87. swagger:
  88. show: true
  89. wechat:
  90. appIdPublic:
  91. Store: wxfe0445e225b9f506
  92. Merchant: wxb91492de297b217f
  93. appIdMini:
  94. Store: wxc06c57d31a926122
  95. Merchant: wx4cc644289df32eba
  96. seata:
  97. enabled: true
  98. application-id: shop-recycle-msg-service
  99. tx-service-group: my_test_tx_group
  100. config:
  101. type: nacos
  102. nacos:
  103. namespace: null
  104. serverAddr: nacos.bak.com:8848
  105. group: SEATA_GROUP
  106. userName: nacos
  107. password: nacos
  108. registry:
  109. type: nacos
  110. nacos:
  111. application: seata-server
  112. server-addr: nacos.bak.com:8848
  113. namespace: null
  114. userName: nacos
  115. password: nacos
  116. sms:
  117. send-sms-single-request-server-url: http://smssh1.253.com/msg/send/json
  118. send-sms-count-request-server-url: http://smssh1.253.com/msg/balance/json
  119. add-template-url: https://zz.253.com/apis/template/add
  120. del-template-url: https://zz.253.com/apis/template/del
  121. query-template-url: https://zz.253.com/apis/template/list
  122. query-one-template-url: https://zz.253.com/apis/template/getSingleTemplateInfo
  123. send-sms-account: N946633_N7713839
  124. send-sms-pswd: VH0i7754ok2f45
  125. msg-title: 【繁星回收】
  126. podAnnotations: {}
  127. securityContext: {}
  128. nodeSelector: {}
  129. tolerations: []
  130. affinity: {}