values.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. app:
  2. name: shop-recycle-oss-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-oss-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1212
  11. targetPort: 1212
  12. resources:
  13. requests:
  14. cpu: 250m
  15. memory: 256Mi
  16. limits:
  17. cpu: 500m
  18. memory: 512Mi
  19. config:
  20. yml:
  21. server:
  22. port: 1212
  23. servlet:
  24. context-path: /upload
  25. spring:
  26. application:
  27. name: shop-recycle-oss-web
  28. main:
  29. allow-bean-definition-overriding: true
  30. cloud:
  31. nacos:
  32. discovery:
  33. server-addr: nacos.bak.com:8848
  34. service: shop-recycle-oss-web
  35. weight: 1
  36. redis:
  37. sentinel:
  38. master: mymaster
  39. nodes:
  40. - redis1.pre.com:27000
  41. - redis2.pre.com:27000
  42. - redis3.pre.com:27000
  43. password: 3sm_redis
  44. database: 15
  45. rabbitmq:
  46. host: mq.bak.com
  47. port: 5672
  48. username: guest
  49. password: guest
  50. virtualHost: shop-recycle-order-image
  51. file-config:
  52. accessKeyId: LTAI5t8twgY42z3fAsh45znq
  53. accessKeySecret: C5jgh3TDp1m5xUPPTbKsy18LA6CRNJ
  54. bucketName: fxtd
  55. endpoint: https://oss-cn-chengdu.aliyuncs.com
  56. compressFormat: ?x-oss-process=image/format,webp
  57. saveFilePath: /home/images
  58. showFileBasePath: https://image.jxfxtd.com
  59. host: localhost:1212
  60. imgUrlPre: https://image.jxfxtd.com
  61. imageFormat: jpgjpegpnggifwebpbmp
  62. secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
  63. secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
  64. cosBucketName: 0791ncfxtd-1390340169
  65. region: ap-shanghai
  66. rule: imageMogr2/format/webp/quality/50/strip
  67. rabbit:
  68. queue: deleteImg
  69. dubbo:
  70. application:
  71. name: shop-recycle-oss-web
  72. consumer:
  73. registry:
  74. address: nacos://nacos.bak.com:8848
  75. timeout: 5000
  76. management:
  77. metrics:
  78. web:
  79. server:
  80. auto-time-requests: false
  81. swagger:
  82. show: true
  83. podAnnotations: {}
  84. securityContext: {}
  85. nodeSelector: {}
  86. tolerations: []
  87. affinity: {}