| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- app:
- name: shop-recycle-merchant-wechat-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-merchant-wechat-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1206
- targetPort: 1206
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1206
- servlet:
- context-path: /merchant/wechat
- spring:
- application:
- name: shop-recycle-merchant-wechat-web
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-merchant-wechat-web
- weight: 1
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- lettuce:
- pool:
- max-active: 300
- max-idle: 100
- min-idle: 50
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-msg
- data:
- mongodb:
- database: recycle
- host: mg.bak.com
- port: 27017
- dubbo:
- application:
- name: shop-recycle-merchant-wechat-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- swagger:
- show: true
- is-reveal-error: false
- appleId:
- key: 2844f00036e108ccab89f681a528dfdf
- creditValid:
- AppKey: 203942948
- AppSecret: BSEE6JtH8sFyyCuZ9ppd38yU3Qob4p9H
- AppCode: 4135237bf7644c2596d78cfdf00aa767
- url: https://bizlicense.market.alicloudapi.com/rest/160601/ocr/ocr_business_license.json
- seata:
- enabled: true
- application-id: shop-recycle-merchant-wechat-web
- 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
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|