app: name: shop-recycle-merchant-pc-web replicaCount: 1 image: repository: harbor.stardance/shoprecycle/shop-merchant-pc-web tag: v2.0.0 pullPolicy: IfNotPresent service: type: ClusterIP port: 1205 targetPort: 1205 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: server: port: 1205 servlet: context-path: /merchant/pc spring: application: name: shop-recycle-merchant-pc-web servlet: multipart: max-file-size: 10MB max-request-size: 10MB main: allow-bean-definition-overriding: true cloud: nacos: discovery: server-addr: nacos.bak.com:8848 service: shop-recycle-merchant-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 lettuce: pool: max-active: 200 max-idle: 80 min-idle: 20 data: mongodb: database: recycle host: mg.bak.com port: 27017 rabbitmq: host: mq.bak.com port: 5672 username: guest password: guest virtualHost: shop-recycle-msg dubbo: application: name: shop-recycle-merchant-pc-web consumer: registry: address: nacos://nacos.bak.com:8848 timeout: 60000 seata: enabled: true application-id: shop-recycle-merchant-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 swagger: show: true is-reveal-error: true appleId: key: UBXMmrVXHtiBpohFccf99mW3W7vyae4f podAnnotations: {} securityContext: {} nodeSelector: {} tolerations: [] affinity: {}