| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- app:
- name: shop-recycle-msg
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-msg-service
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1217
- targetPort: 1217
- dubbo_port: 2026
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1217
- logging:
- level:
- org.springframework: INFO
- com.ssm: DEBUG
- spring:
- application:
- name: shop-recycle-msg-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_msg?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-msg-service
- weight: 1
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redisjxfx3.com:27000
- password: 3sm_redis
- database: 15
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-msg
- dubbo:
- application:
- name: shop-recycle-msg-service
- provider:
- registry:
- address: nacos://nacos.bak.com:8848
- filter: tracing
- consumer:
- filter: tracing
- protocol:
- name: dubbo
- port: 2026
- 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
- wechat:
- appIdPublic:
- Store: wxfe0445e225b9f506
- Merchant: wxb91492de297b217f
- appIdMini:
- Store: wxc06c57d31a926122
- Merchant: wx4cc644289df32eba
- seata:
- enabled: true
- application-id: shop-recycle-msg-service
- tx-service-group: my_test_tx_group
- config:
- type: nacos
- nacos:
- namespace: null
- serverAddr: nacos.bak.com:8848
- group: SEATA_GROUP
- userName: nacos
- password: nacos
- registry:
- type: nacos
- nacos:
- application: seata-server
- server-addr: nacos.bak.com:8848
- namespace: null
- userName: nacos
- password: nacos
- sms:
- send-sms-single-request-server-url: http://smssh1.253.com/msg/send/json
- send-sms-count-request-server-url: http://smssh1.253.com/msg/balance/json
- add-template-url: https://zz.253.com/apis/template/add
- del-template-url: https://zz.253.com/apis/template/del
- query-template-url: https://zz.253.com/apis/template/list
- query-one-template-url: https://zz.253.com/apis/template/getSingleTemplateInfo
- send-sms-account: N946633_N7713839
- send-sms-pswd: VH0i7754ok2f45
- msg-title: 【繁星回收】
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|