| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- app:
- name: shop-recycle-platform-pc-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-platform-pc-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1202
- targetPort: 1202
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1202
- servlet:
- context-path: /platform/pc
- spring:
- application:
- name: shop-recycle-platform-pc-web
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-platform-pc-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
- 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
- params-config:
- store-app-id: wxc06c57d31a926122
- store-app-secret: 11a25c263ed4dcf7dea9ef3637d952f7
- merchant-app-id: wx4cc644289df32eba
- merchant-app-secret: 73f5704c18e497922ee311f07bf4173c
- wx-authorization-url: https://api.weixin.qq.com/sns/jscode2session?grant_type=authorization_code
- dubbo:
- application:
- name: shop-recycle-platform-pc-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- swagger:
- show: true
- is-reveal-error: true
- seata:
- enabled: true
- application-id: shop-recycle-platform-pc-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
- googleCommandAccount: fxadmin
- googleCommandEnable: close
- plat:
- qiyeCallBackUrl: https://gateway.jxfxtd.com/wechat/qiye/api/wx/auth
- query3023balance:
- key: 2844f00036e108ccab89f681a528dfdf
- url: http://api.3023data.com/user/balance?version=2.0
- 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
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|