values.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. app:
  2. name: shop-recycle-data-statistics
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-data-statistics
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1220
  11. targetPort: 1220
  12. dubbo_port: 2028
  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: 1220
  24. logging:
  25. level:
  26. org.springframework: INFO
  27. com.ssm: DEBUG
  28. spring:
  29. application:
  30. name: shop-recycle-data-statistics-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_statistics?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-data-statistics-service
  48. weight: 1
  49. rabbitmq:
  50. host: mq.bak.com
  51. port: 5672
  52. username: guest
  53. password: guest
  54. virtualHost: shop-recycle-msg
  55. dubbo:
  56. application:
  57. name: shop-recycle-data-statistics-service
  58. provider:
  59. registry:
  60. address: nacos://nacos.bak.com:8848
  61. filter: tracing
  62. consumer:
  63. filter: tracing
  64. protocol:
  65. name: dubbo
  66. port: 2028
  67. mybatis-plus:
  68. mapper-locations: classpath:/mapper/*Mapper.xml
  69. global-config:
  70. id-type: 0
  71. field-strategy: 0
  72. db-column-underline: true
  73. logic-delete-value: 1
  74. logic-not-delete-value: 0
  75. configuration:
  76. map-underscore-to-camel-case: true
  77. cache-enabled: false
  78. jdbc-type-for-null: null
  79. swagger:
  80. show: true
  81. podAnnotations: {}
  82. securityContext: {}
  83. nodeSelector: {}
  84. tolerations: []
  85. affinity: {}