values.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. dubbo_port: 2031
  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: 1231
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-wechat-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_wechat?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: 50
  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-wechat-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. dubbo:
  59. application:
  60. name: shop-recycle-wechat-service
  61. provider:
  62. registry:
  63. address: nacos://nacos.bak.com:8848
  64. filter: tracing
  65. consumer:
  66. filter: tracing
  67. protocol:
  68. name: dubbo
  69. port: 2031
  70. dubbo:
  71. payload: 31457280
  72. mybatis-plus:
  73. mapper-locations: classpath:/mapper/*Mapper.xml
  74. global-config:
  75. id-type: 0
  76. field-strategy: 0
  77. db-column-underline: true
  78. logic-delete-value: 1
  79. logic-not-delete-value: 0
  80. configuration:
  81. map-underscore-to-camel-case: true
  82. cache-enabled: false
  83. jdbc-type-for-null: null
  84. seata:
  85. enabled: true
  86. application-id: shop-recycle-wechat-service
  87. tx-service-group: my_test_tx_group
  88. config:
  89. type: nacos
  90. nacos:
  91. namespace: null
  92. serverAddr: nacos.bak.com:8848
  93. group: SEATA_GROUP
  94. userName: nacos
  95. password: nacos
  96. registry:
  97. type: nacos
  98. nacos:
  99. application: seata-server
  100. server-addr: nacos.bak.com:8848
  101. namespace: null
  102. userName: nacos
  103. password: nacos
  104. wechat:
  105. appIdPublic:
  106. Store: wxfe0445e225b9f506
  107. Merchant: wxb91492de297b217f
  108. url:
  109. queryOpenapiQuotaUrl: https://api.weixin.qq.com/cgi-bin/openapi/quota/get
  110. clearQuotaUrl: https://api.weixin.qq.com/cgi-bin/clear_quota
  111. templateSendUrl: /cgi-bin/message/template/send
  112. quotaResetCount: 10
  113. quotaIsMock: false
  114. podAnnotations: {}
  115. securityContext: {}
  116. nodeSelector: {}
  117. tolerations: []
  118. affinity: {}