values.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. app:
  2. name: shop-recycle-import-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-import-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1221
  11. targetPort: 1221
  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: 1221
  23. servlet:
  24. context-path: /export
  25. spring:
  26. application:
  27. name: shop-recycle-import-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-import-web
  35. weight: 1
  36. redis:
  37. sentinel:
  38. master: mymaster
  39. nodes:
  40. - redis.jxfx1.com:27000
  41. - redis.jxfx2.com:27000
  42. - redis.jxfx3.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-msg
  51. dubbo:
  52. application:
  53. name: shop-recycle-import-web
  54. consumer:
  55. registry:
  56. address: nacos://nacos.bak.com:8848
  57. timeout: 60000
  58. swagger:
  59. show: true
  60. is-reveal-error: false
  61. file-config:
  62. accessKeyId: LTAI5tDtAG8dRbaagAFuZCC4
  63. accessKeySecret: YesurQaN9YsMOzr2wn79UzXAneso1l
  64. bucketName: jxfxtd
  65. endpoint: https://oss-cn-shanghai.aliyuncs.com
  66. saveFilePath: /home/xls
  67. imgUrlPre: https://doc.jxfxtd.com
  68. secretId: 60kIeniT4Ur5BFDzXs0vSsDOWejfP0NX
  69. secretKey: AKIDMbdS7ZoskRvFOPDpvugEZifQ0PbcR5Yo
  70. cosBucketName: 0791ncfxtd-1390340169
  71. region: ap-shanghai
  72. podAnnotations: {}
  73. securityContext: {}
  74. nodeSelector: {}
  75. tolerations: []
  76. affinity: {}