| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- app:
- name: shop-recycle-oss-web
- replicaCount: 1
- image:
- repository: harbor.stardance/shoprecycle/shop-recycle-oss-web
- tag: v2.0.0
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 1212
- targetPort: 1212
- resources:
- requests:
- cpu: 250m
- memory: 256Mi
- limits:
- cpu: 500m
- memory: 512Mi
- config:
- yml:
- server:
- port: 1212
- servlet:
- context-path: /upload
- spring:
- application:
- name: shop-recycle-oss-web
- main:
- allow-bean-definition-overriding: true
- cloud:
- nacos:
- discovery:
- server-addr: nacos.bak.com:8848
- service: shop-recycle-oss-web
- weight: 1
- redis:
- sentinel:
- master: mymaster
- nodes:
- - redis1.pre.com:27000
- - redis2.pre.com:27000
- - redis3.pre.com:27000
- password: 3sm_redis
- database: 15
- rabbitmq:
- host: mq.bak.com
- port: 5672
- username: guest
- password: guest
- virtualHost: shop-recycle-order-image
- file-config:
- accessKeyId: LTAI5t8twgY42z3fAsh45znq
- accessKeySecret: C5jgh3TDp1m5xUPPTbKsy18LA6CRNJ
- bucketName: fxtd
- endpoint: https://oss-cn-chengdu.aliyuncs.com
- compressFormat: ?x-oss-process=image/format,webp
- saveFilePath: /home/images
- showFileBasePath: https://image.jxfxtd.com
- host: localhost:1212
- imgUrlPre: https://image.jxfxtd.com
- imageFormat: jpgjpegpnggifwebpbmp
- secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
- secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
- cosBucketName: 0791ncfxtd-1390340169
- region: ap-shanghai
- rule: imageMogr2/format/webp/quality/50/strip
- rabbit:
- queue: deleteImg
- dubbo:
- application:
- name: shop-recycle-oss-web
- consumer:
- registry:
- address: nacos://nacos.bak.com:8848
- timeout: 5000
- management:
- metrics:
- web:
- server:
- auto-time-requests: false
- swagger:
- show: true
- podAnnotations: {}
- securityContext: {}
- nodeSelector: {}
- tolerations: []
- affinity: {}
|