| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- app:
- name: shop-recycle-store-wechat-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-store-wechat-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1207
- targetPort: 1207
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1207
- servlet:
- context-path: /store/wechat
- spring:
- application:
- name: shop-recycle-store-wechat-web
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-store-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-store-wechat-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- swagger:
- show: true
- is-reveal-error: false
- 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-store-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
- appleId:
- key: 2844f00036e108ccab89f681a528dfdf
- url: http://api.3023data.com/apple/activationlock?sn=
- snUrl: http://api.3023data.com/apple/activationlock-sn?sn=
- aiguoUrl: https://api.aiguovip.com/api_interface/order/add_order/?service_id=2&api_key=07ccf2832724d928ed674d5d9d278320&imei=%s&request_id=%s
- masterServiceOpenId: o_0Rc56TLQNEVAsdHkRi_2wVgDrQ,o_0Rc57SAK7MUanAcOcfj6ozXLfI,o_0Rc5_75dLlBXMBgV8NEkVnvmuQ
- sdReimgPaddingImageURL: https://img.fanxinghuishou.com/20230620/462145136.png
- chxPush:
- middleware: rabbitmq
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|