| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- app:
- name: shop-recycle-customer-wechat-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-customer-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1227
- targetPort: 1227
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1227
- servlet:
- context-path: /customer/wechat
- spring:
- application:
- name: shop-recycle-customer-web
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-customer-web
- weight: 1
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis.jxfx1.com:27000
- - redis.jxfx2.com:27000
- - redisjxfx3.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-customer-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 50000
- filter: tracing
- swagger:
- show: true
- is-reveal-error: false
- seata:
- enabled: true
- application-id: shop-recycle-store-wechat-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: {}
|