values.yaml 2.1 KB

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