values.yaml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. app:
  2. name: shop-recycle-out-web
  3. replicaCount: 1
  4. image:
  5. repository: harbor.stardance/shoprecycle/shop-recycle-out-web
  6. tag: v2.0.0
  7. pullPolicy: IfNotPresent
  8. service:
  9. type: ClusterIP
  10. port: 1224
  11. targetPort: 1224
  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: 1224
  23. servlet:
  24. context-path: /exterior/api
  25. logging:
  26. level:
  27. org.springframework: INFO
  28. com.ssm: DEBUG
  29. spring:
  30. application:
  31. name: shop-recycle-out-web
  32. redis:
  33. sentinel:
  34. master: mymaster
  35. nodes:
  36. - redis.jxfx1.com:27000
  37. - redis.jxfx2.com:27000
  38. - redis.jxfx3.com:27000
  39. password: 3sm_redis
  40. database: 15
  41. main:
  42. allow-bean-definition-overriding: true
  43. cloud:
  44. nacos:
  45. discovery:
  46. server-addr: nacos.bak.com:8848
  47. service: shop-recycle-out-web
  48. weight: 1
  49. rabbitmq:
  50. host: mq.bak.com
  51. port: 5672
  52. username: guest
  53. password: guest
  54. virtualHost: shop-recycle-msg
  55. dubbo:
  56. application:
  57. name: shop-recycle-out-web
  58. consumer:
  59. registry:
  60. address: nacos://nacos.bak.com:8848
  61. timeout: 5000
  62. management:
  63. metrics:
  64. web:
  65. server:
  66. auto-time-requests: false
  67. is-reveal-error: true
  68. store:
  69. storeMap:
  70. 100001:
  71. storeId: 29
  72. md5: 363d1252751655c2afa8d63ce5de7d10
  73. interval: 24
  74. start: 9
  75. end: 21
  76. limitTimes: 12
  77. webank:
  78. base-url: https://openapi.test.webank.com
  79. app-id: d8fb76be61dd970f47ec107440257b06
  80. app-secret: 5c4d4972cc4d3b7e158cfad83b934e21
  81. symmetric-key: 3938F4689945C59EF48300C89AE44833
  82. ssl-cert-file-path: /data/webank/weBank.jks
  83. keypass: 123456
  84. storepass: 123456
  85. public-key: z0c+SYYQ+t7GwUO4pDHxqB6wiM1X6Uf2edbYc+Q9IdTOgkci1fwf0YsyPvn97+OtErTqBjVKeyK7gG5ohEDREQ==
  86. private-key: H6qtjR1hqjsqF+HAH9hXeryJwUp+KPL88ZiOZdXDULg=
  87. cert-serial-no: 53c4bad2c1ed46a1b29826695bf973a556433b8bcc5a42e5bcd3493b14665bfe
  88. query-transfer-details: /v1_1/accounts/queryTransferDetails
  89. enc-symmetric-key: IgLQuZiY7nfpk4qf1PSfOKlTNy8I8jp5lBmmsZ5YW5lWz/9BqcCAjbULQmAxb+ORKJujkGEV04R9r5mezdsWmVK+eO0TV42l090G992TdPPjh2l5TyEDFDlGe4jZdomrRz8K1Vw09WnmXhfk0zl3Z0GKQ8JUMv02
  90. podAnnotations: {}
  91. securityContext: {}
  92. nodeSelector: {}
  93. tolerations: []
  94. affinity: {}