values.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. app:
  2. name: shop-recycle-wechat
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-wechat
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1231
  11. targetPort: 1231
  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: 1231
  23. logging:
  24. level:
  25. org.springframework: INFO
  26. com.ssm: DEBUG
  27. spring:
  28. application:
  29. name: shop-recycle-wechat-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_wechat?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: 50
  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-wechat-service
  47. weight: 1
  48. redis:
  49. sentinel:
  50. master: mymaster
  51. nodes:
  52. - redis.jxfx1.com:27000
  53. - redis.jxfx2.com:27000
  54. - redis.jxfx3.com:27000
  55. password: 3sm_redis
  56. database: 15
  57. dubbo:
  58. application:
  59. name: shop-recycle-wechat-service
  60. provider:
  61. registry:
  62. address: nacos://nacos.bak.com:8848
  63. filter: tracing
  64. consumer:
  65. filter: tracing
  66. protocol:
  67. name: dubbo
  68. port: 2031
  69. dubbo:
  70. payload: 31457280
  71. mybatis-plus:
  72. mapper-locations: classpath:/mapper/*Mapper.xml
  73. global-config:
  74. id-type: 0
  75. field-strategy: 0
  76. db-column-underline: true
  77. logic-delete-value: 1
  78. logic-not-delete-value: 0
  79. configuration:
  80. map-underscore-to-camel-case: true
  81. cache-enabled: false
  82. jdbc-type-for-null: null
  83. seata:
  84. enabled: true
  85. application-id: shop-recycle-wechat-service
  86. tx-service-group: my_test_tx_group
  87. config:
  88. type: nacos
  89. nacos:
  90. namespace: null
  91. serverAddr: nacos.bak.com:8848
  92. group: SEATA_GROUP
  93. userName: nacos
  94. password: nacos
  95. registry:
  96. type: nacos
  97. nacos:
  98. application: seata-server
  99. server-addr: nacos.bak.com:8848
  100. namespace: null
  101. userName: nacos
  102. password: nacos
  103. wechat:
  104. appIdPublic:
  105. Store: wxfe0445e225b9f506
  106. Merchant: wxb91492de297b217f
  107. url:
  108. queryOpenapiQuotaUrl: https://api.weixin.qq.com/cgi-bin/openapi/quota/get
  109. clearQuotaUrl: https://api.weixin.qq.com/cgi-bin/clear_quota
  110. templateSendUrl: /cgi-bin/message/template/send
  111. quotaResetCount: 10
  112. quotaIsMock: false
  113. podAnnotations: {}
  114. securityContext: {}
  115. nodeSelector: {}
  116. tolerations: []
  117. affinity: {}