| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- app:
- name: shop-recycle-import-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-import-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1221
- targetPort: 1221
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1221
- servlet:
- context-path: /export
- spring:
- application:
- name: shop-recycle-import-web
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-import-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-import-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 60000
- swagger:
- show: true
- is-reveal-error: false
- file-config:
- accessKeyId: LTAI5tDtAG8dRbaagAFuZCC4
- accessKeySecret: YesurQaN9YsMOzr2wn79UzXAneso1l
- bucketName: jxfxtd
- endpoint: https://oss-cn-shanghai.aliyuncs.com
- saveFilePath: /home/xls
- imgUrlPre: https://doc.jxfxtd.com
- secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
- secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
- cosBucketName: 0791ncfxtd-1390340169
- region: ap-shanghai
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|