| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- app:
- name: shop-recycle-data-statistics
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-data-statistics-service
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1220
- targetPort: 1220
- dubbo_port: 2028
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1220
- logging:
- level:
- org.springframework: INFO
- com.ssm: DEBUG
- spring:
- application:
- name: shop-recycle-data-statistics-service
- datasource:
- type: com.zaxxer.hikari.HikariDataSource
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://rm-bp19t90t7u8n5b0fh.mysql.rds.aliyuncs.com:3306/shop_recycle_statistics?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
- username: root
- password: Fxjxtdacf8f_a3d_202600104d6c_41
- hikari:
- connection-timeout: 30000
- maximum-pool-size: 10
- minimum-idle: 1
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-data-statistics-service
- weight: 1
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-msg
- dubbo:
- application:
- name: shop-recycle-data-statistics-service
- provider:
- registry:
- address: nacos://nacos.bak.com:8848
- filter: tracing
- consumer:
- filter: tracing
- protocol:
- name: dubbo
- port: 2028
- mybatis-plus:
- mapper-locations: classpath:/mapper/*Mapper.xml
- global-config:
- id-type: 0
- field-strategy: 0
- db-column-underline: true
- logic-delete-value: 1
- logic-not-delete-value: 0
- configuration:
- map-underscore-to-camel-case: true
- cache-enabled: false
- jdbc-type-for-null: null
- swagger:
- show: true
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|