| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- app:
- name: shop-recycle-async-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-async-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1239
- targetPort: 1239
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1239
- servlet:
- context-path: /async
- logging:
- level:
- org.springframework: INFO
- com.ssm: DEBUG
- spring:
- application:
- name: shop-recycle-async-web
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redis.jxfx3.com:27000
- password: 3sm_redis
- database: 15
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-async-web
- weight: 1
- 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-async-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 5000
- swagger:
- show: true
- is-reveal-error: true
- seata:
- enabled: true
- application-id: shop-recycle-async-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
- ai:
- doubao-agent-qps-limit: 20
- doubao-agent-semaphore-timeout: 5
- doubao-agent-semaphore-overTime: 60
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|