| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- app:
- name: shop-recycle-agent-pc-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-agent-pc-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1225
- targetPort: 1225
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1225
- servlet:
- context-path: /agent/pc
- spring:
- application:
- name: shop-recycle-agent-pc-web
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-agent-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
- dubbo:
- application:
- name: shop-recycle-agent-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-agent-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
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|