| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- app:
- name: shop-recycle-login-center
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-login-center-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1210
- targetPort: 1210
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1210
- servlet:
- context-path: /login-center
- spring:
- application:
- name: shop-recycle-login-center-web
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-login-center-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
- 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
- buy-app-id: wx2f7cc178443f33c4
- buy-app-secret: 97c4f8bbe9442b1d3a5cb075b6b2ee6d
- aibao-app-id: wx1cc48c9b7c1bf6f2
- aibao-app-secret: 0a2434f22922a3c95bebab731f20b27d
- dubbo:
- application:
- name: shop-recycle-login-center-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- swagger:
- show: true
- googleCommandEnable: close
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|