prod-values.yaml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. # Production Environment Configuration
  2. global:
  3. labels:
  4. environment: production
  5. shop-recycle-payment:
  6. enabled: true
  7. app:
  8. replicaCount: 3
  9. image:
  10. tag: "1.0.0"
  11. resources:
  12. requests:
  13. cpu: 500m
  14. memory: 512Mi
  15. limits:
  16. cpu: 1000m
  17. memory: 1024Mi
  18. config:
  19. yml:
  20. logging:
  21. level:
  22. root: WARN
  23. management:
  24. endpoints:
  25. web:
  26. exposure:
  27. include: health,metrics
  28. shop-recycle-store:
  29. enabled: true
  30. app:
  31. replicaCount: 3
  32. image:
  33. tag: "1.0.0"
  34. resources:
  35. requests:
  36. cpu: 500m
  37. memory: 512Mi
  38. limits:
  39. cpu: 1000m
  40. memory: 1024Mi
  41. config:
  42. yml:
  43. logging:
  44. level:
  45. root: WARN
  46. management:
  47. endpoints:
  48. web:
  49. exposure:
  50. include: health,metrics
  51. shop-recycle-pis:
  52. enabled: true
  53. app:
  54. replicaCount: 3
  55. image:
  56. tag: "1.0.0"
  57. resources:
  58. requests:
  59. cpu: 500m
  60. memory: 512Mi
  61. limits:
  62. cpu: 1000m
  63. memory: 1024Mi
  64. config:
  65. yml:
  66. logging:
  67. level:
  68. root: WARN
  69. management:
  70. endpoints:
  71. web:
  72. exposure:
  73. include: health,metrics
  74. shop-recycle-merchant:
  75. enabled: true
  76. app:
  77. replicaCount: 3
  78. image:
  79. tag: "1.0.0"
  80. resources:
  81. requests:
  82. cpu: 500m
  83. memory: 512Mi
  84. limits:
  85. cpu: 1000m
  86. memory: 1024Mi
  87. config:
  88. yml:
  89. logging:
  90. level:
  91. root: WARN
  92. management:
  93. endpoints:
  94. web:
  95. exposure:
  96. include: health,metrics
  97. shop-recycle-account:
  98. enabled: true
  99. app:
  100. replicaCount: 3
  101. image:
  102. tag: "1.0.0"
  103. resources:
  104. requests:
  105. cpu: 500m
  106. memory: 512Mi
  107. limits:
  108. cpu: 1000m
  109. memory: 1024Mi
  110. config:
  111. yml:
  112. logging:
  113. level:
  114. root: WARN
  115. management:
  116. endpoints:
  117. web:
  118. exposure:
  119. include: health,metrics
  120. shop-recycle-msg:
  121. enabled: true
  122. app:
  123. replicaCount: 3
  124. image:
  125. tag: "1.0.0"
  126. resources:
  127. requests:
  128. cpu: 500m
  129. memory: 512Mi
  130. limits:
  131. cpu: 1000m
  132. memory: 1024Mi
  133. config:
  134. yml:
  135. logging:
  136. level:
  137. root: WARN
  138. management:
  139. endpoints:
  140. web:
  141. exposure:
  142. include: health,metrics
  143. shop-recycle-order-center:
  144. enabled: true
  145. app:
  146. replicaCount: 3
  147. image:
  148. tag: "1.0.0"
  149. resources:
  150. requests:
  151. cpu: 500m
  152. memory: 512Mi
  153. limits:
  154. cpu: 1000m
  155. memory: 1024Mi
  156. config:
  157. yml:
  158. logging:
  159. level:
  160. root: WARN
  161. management:
  162. endpoints:
  163. web:
  164. exposure:
  165. include: health,metrics
  166. shop-recycle-wechat:
  167. enabled: true
  168. app:
  169. replicaCount: 3
  170. image:
  171. tag: "1.0.0"
  172. resources:
  173. requests:
  174. cpu: 500m
  175. memory: 512Mi
  176. limits:
  177. cpu: 1000m
  178. memory: 1024Mi
  179. config:
  180. yml:
  181. logging:
  182. level:
  183. root: WARN
  184. management:
  185. endpoints:
  186. web:
  187. exposure:
  188. include: health,metrics
  189. shop-recycle-data-statistics:
  190. enabled: true
  191. app:
  192. replicaCount: 3
  193. image:
  194. tag: "1.0.0"
  195. resources:
  196. requests:
  197. cpu: 500m
  198. memory: 512Mi
  199. limits:
  200. cpu: 1000m
  201. memory: 1024Mi
  202. config:
  203. yml:
  204. logging:
  205. level:
  206. root: WARN
  207. management:
  208. endpoints:
  209. web:
  210. exposure:
  211. include: health,metrics
  212. shop-recycle-platform:
  213. enabled: true
  214. app:
  215. replicaCount: 3
  216. image:
  217. tag: "1.0.0"
  218. resources:
  219. requests:
  220. cpu: 500m
  221. memory: 512Mi
  222. limits:
  223. cpu: 1000m
  224. memory: 1024Mi
  225. config:
  226. yml:
  227. logging:
  228. level:
  229. root: WARN
  230. management:
  231. endpoints:
  232. web:
  233. exposure:
  234. include: health,metrics
  235. shop-recycle-wechat-web:
  236. enabled: true
  237. app:
  238. replicaCount: 3
  239. image:
  240. tag: "1.0.0"
  241. resources:
  242. requests:
  243. cpu: 500m
  244. memory: 512Mi
  245. limits:
  246. cpu: 1000m
  247. memory: 1024Mi
  248. config:
  249. yml:
  250. logging:
  251. level:
  252. root: WARN
  253. management:
  254. endpoints:
  255. web:
  256. exposure:
  257. include: health,metrics
  258. shop-recycle-payment-web:
  259. enabled: true
  260. app:
  261. replicaCount: 3
  262. image:
  263. tag: "1.0.0"
  264. resources:
  265. requests:
  266. cpu: 500m
  267. memory: 512Mi
  268. limits:
  269. cpu: 1000m
  270. memory: 1024Mi
  271. config:
  272. yml:
  273. logging:
  274. level:
  275. root: WARN
  276. management:
  277. endpoints:
  278. web:
  279. exposure:
  280. include: health,metrics
  281. shop-recycle-store-wechat-web:
  282. enabled: true
  283. app:
  284. replicaCount: 3
  285. image:
  286. tag: "1.0.0"
  287. resources:
  288. requests:
  289. cpu: 500m
  290. memory: 512Mi
  291. limits:
  292. cpu: 1000m
  293. memory: 1024Mi
  294. config:
  295. yml:
  296. logging:
  297. level:
  298. root: WARN
  299. management:
  300. endpoints:
  301. web:
  302. exposure:
  303. include: health,metrics
  304. shop-recycle-platform-pc-web:
  305. enabled: true
  306. app:
  307. replicaCount: 3
  308. image:
  309. tag: "1.0.0"
  310. resources:
  311. requests:
  312. cpu: 500m
  313. memory: 512Mi
  314. limits:
  315. cpu: 1000m
  316. memory: 1024Mi
  317. config:
  318. yml:
  319. logging:
  320. level:
  321. root: WARN
  322. management:
  323. endpoints:
  324. web:
  325. exposure:
  326. include: health,metrics
  327. shop-recycle-out-web:
  328. enabled: true
  329. app:
  330. replicaCount: 3
  331. image:
  332. tag: "1.0.0"
  333. resources:
  334. requests:
  335. cpu: 500m
  336. memory: 512Mi
  337. limits:
  338. cpu: 1000m
  339. memory: 1024Mi
  340. config:
  341. yml:
  342. logging:
  343. level:
  344. root: WARN
  345. management:
  346. endpoints:
  347. web:
  348. exposure:
  349. include: health,metrics
  350. shop-recycle-store-pc-web:
  351. enabled: true
  352. app:
  353. replicaCount: 3
  354. image:
  355. tag: "1.0.0"
  356. resources:
  357. requests:
  358. cpu: 500m
  359. memory: 512Mi
  360. limits:
  361. cpu: 1000m
  362. memory: 1024Mi
  363. config:
  364. yml:
  365. logging:
  366. level:
  367. root: WARN
  368. management:
  369. endpoints:
  370. web:
  371. exposure:
  372. include: health,metrics
  373. shop-recycle-login-center:
  374. enabled: true
  375. app:
  376. replicaCount: 3
  377. image:
  378. tag: "1.0.0"
  379. resources:
  380. requests:
  381. cpu: 500m
  382. memory: 512Mi
  383. limits:
  384. cpu: 1000m
  385. memory: 1024Mi
  386. config:
  387. yml:
  388. logging:
  389. level:
  390. root: WARN
  391. management:
  392. endpoints:
  393. web:
  394. exposure:
  395. include: health,metrics
  396. shop-recycle-oss-web:
  397. enabled: true
  398. app:
  399. replicaCount: 3
  400. image:
  401. tag: "1.0.0"
  402. resources:
  403. requests:
  404. cpu: 500m
  405. memory: 512Mi
  406. limits:
  407. cpu: 1000m
  408. memory: 1024Mi
  409. config:
  410. yml:
  411. logging:
  412. level:
  413. root: WARN
  414. management:
  415. endpoints:
  416. web:
  417. exposure:
  418. include: health,metrics
  419. shop-recycle-gateway:
  420. enabled: true
  421. app:
  422. replicaCount: 3
  423. image:
  424. tag: "1.0.0"
  425. resources:
  426. requests:
  427. cpu: 500m
  428. memory: 512Mi
  429. limits:
  430. cpu: 1000m
  431. memory: 1024Mi
  432. config:
  433. yml:
  434. logging:
  435. level:
  436. root: WARN
  437. management:
  438. endpoints:
  439. web:
  440. exposure:
  441. include: health,metrics
  442. shop-recycle-sche:
  443. enabled: true
  444. app:
  445. replicaCount: 3
  446. image:
  447. tag: "1.0.0"
  448. resources:
  449. requests:
  450. cpu: 500m
  451. memory: 512Mi
  452. limits:
  453. cpu: 1000m
  454. memory: 1024Mi
  455. config:
  456. yml:
  457. logging:
  458. level:
  459. root: WARN
  460. management:
  461. endpoints:
  462. web:
  463. exposure:
  464. include: health,metrics
  465. shop-recycle-merchant-wechat-web:
  466. enabled: true
  467. app:
  468. replicaCount: 3
  469. image:
  470. tag: "1.0.0"
  471. resources:
  472. requests:
  473. cpu: 500m
  474. memory: 512Mi
  475. limits:
  476. cpu: 1000m
  477. memory: 1024Mi
  478. config:
  479. yml:
  480. logging:
  481. level:
  482. root: WARN
  483. management:
  484. endpoints:
  485. web:
  486. exposure:
  487. include: health,metrics
  488. shop-recycle-import-web:
  489. enabled: true
  490. app:
  491. replicaCount: 3
  492. image:
  493. tag: "1.0.0"
  494. resources:
  495. requests:
  496. cpu: 500m
  497. memory: 512Mi
  498. limits:
  499. cpu: 1000m
  500. memory: 1024Mi
  501. config:
  502. yml:
  503. logging:
  504. level:
  505. root: WARN
  506. management:
  507. endpoints:
  508. web:
  509. exposure:
  510. include: health,metrics
  511. shop-recycle-marketer-pc-web:
  512. enabled: true
  513. app:
  514. replicaCount: 3
  515. image:
  516. tag: "1.0.0"
  517. resources:
  518. requests:
  519. cpu: 500m
  520. memory: 512Mi
  521. limits:
  522. cpu: 1000m
  523. memory: 1024Mi
  524. config:
  525. yml:
  526. logging:
  527. level:
  528. root: WARN
  529. management:
  530. endpoints:
  531. web:
  532. exposure:
  533. include: health,metrics
  534. shop-recycle-erp-pc-web:
  535. enabled: true
  536. app:
  537. replicaCount: 3
  538. image:
  539. tag: "1.0.0"
  540. resources:
  541. requests:
  542. cpu: 500m
  543. memory: 512Mi
  544. limits:
  545. cpu: 1000m
  546. memory: 1024Mi
  547. config:
  548. yml:
  549. logging:
  550. level:
  551. root: WARN
  552. management:
  553. endpoints:
  554. web:
  555. exposure:
  556. include: health,metrics
  557. shop-recycle-merchant-pc-web:
  558. enabled: true
  559. app:
  560. replicaCount: 3
  561. image:
  562. tag: "1.0.0"
  563. resources:
  564. requests:
  565. cpu: 500m
  566. memory: 512Mi
  567. limits:
  568. cpu: 1000m
  569. memory: 1024Mi
  570. config:
  571. yml:
  572. logging:
  573. level:
  574. root: WARN
  575. management:
  576. endpoints:
  577. web:
  578. exposure:
  579. include: health,metrics
  580. shop-recycle-vs-web:
  581. enabled: true
  582. app:
  583. replicaCount: 3
  584. image:
  585. tag: "1.0.0"
  586. resources:
  587. requests:
  588. cpu: 500m
  589. memory: 512Mi
  590. limits:
  591. cpu: 1000m
  592. memory: 1024Mi
  593. config:
  594. yml:
  595. logging:
  596. level:
  597. root: WARN
  598. management:
  599. endpoints:
  600. web:
  601. exposure:
  602. include: health,metrics
  603. shop-recycle-agent-pc-web:
  604. enabled: true
  605. app:
  606. replicaCount: 3
  607. image:
  608. tag: "1.0.0"
  609. resources:
  610. requests:
  611. cpu: 500m
  612. memory: 512Mi
  613. limits:
  614. cpu: 1000m
  615. memory: 1024Mi
  616. config:
  617. yml:
  618. logging:
  619. level:
  620. root: WARN
  621. management:
  622. endpoints:
  623. web:
  624. exposure:
  625. include: health,metrics
  626. shop-recycle-customer-wechat-web:
  627. enabled: true
  628. app:
  629. replicaCount: 3
  630. image:
  631. tag: "1.0.0"
  632. resources:
  633. requests:
  634. cpu: 500m
  635. memory: 512Mi
  636. limits:
  637. cpu: 1000m
  638. memory: 1024Mi
  639. config:
  640. yml:
  641. logging:
  642. level:
  643. root: WARN
  644. management:
  645. endpoints:
  646. web:
  647. exposure:
  648. include: health,metrics
  649. shop-recycle-gateway-out:
  650. enabled: true
  651. app:
  652. replicaCount: 3
  653. image:
  654. tag: "1.0.0"
  655. resources:
  656. requests:
  657. cpu: 500m
  658. memory: 512Mi
  659. limits:
  660. cpu: 1000m
  661. memory: 1024Mi
  662. config:
  663. yml:
  664. logging:
  665. level:
  666. root: WARN
  667. management:
  668. endpoints:
  669. web:
  670. exposure:
  671. include: health,metrics
  672. shop-recycle-gateway-out-upgrade:
  673. enabled: true
  674. app:
  675. replicaCount: 3
  676. image:
  677. tag: "1.0.0"
  678. resources:
  679. requests:
  680. cpu: 500m
  681. memory: 512Mi
  682. limits:
  683. cpu: 1000m
  684. memory: 1024Mi
  685. config:
  686. yml:
  687. logging:
  688. level:
  689. root: WARN
  690. management:
  691. endpoints:
  692. web:
  693. exposure:
  694. include: health,metrics
  695. shop-recycle-async-web:
  696. enabled: true
  697. app:
  698. replicaCount: 3
  699. image:
  700. tag: "1.0.0"
  701. resources:
  702. requests:
  703. cpu: 500m
  704. memory: 512Mi
  705. limits:
  706. cpu: 1000m
  707. memory: 1024Mi
  708. config:
  709. yml:
  710. logging:
  711. level:
  712. root: WARN
  713. management:
  714. endpoints:
  715. web:
  716. exposure:
  717. include: health,metrics
  718. shop-recycle-dealdata-service:
  719. enabled: true
  720. app:
  721. replicaCount: 3
  722. image:
  723. tag: "1.0.0"
  724. resources:
  725. requests:
  726. cpu: 500m
  727. memory: 512Mi
  728. limits:
  729. cpu: 1000m
  730. memory: 1024Mi
  731. config:
  732. yml:
  733. logging:
  734. level:
  735. root: WARN
  736. management:
  737. endpoints:
  738. web:
  739. exposure:
  740. include: health,metrics
  741. shop-recycle-dispatcher:
  742. enabled: true
  743. app:
  744. replicaCount: 3
  745. image:
  746. tag: "1.0.0"
  747. resources:
  748. requests:
  749. cpu: 500m
  750. memory: 512Mi
  751. limits:
  752. cpu: 1000m
  753. memory: 1024Mi
  754. config:
  755. yml:
  756. logging:
  757. level:
  758. root: WARN
  759. management:
  760. endpoints:
  761. web:
  762. exposure:
  763. include: health,metrics
  764. shop-recycle-order-search:
  765. enabled: true
  766. app:
  767. replicaCount: 3
  768. image:
  769. tag: "1.0.0"
  770. resources:
  771. requests:
  772. cpu: 500m
  773. memory: 512Mi
  774. limits:
  775. cpu: 1000m
  776. memory: 1024Mi
  777. config:
  778. yml:
  779. logging:
  780. level:
  781. root: WARN
  782. management:
  783. endpoints:
  784. web:
  785. exposure:
  786. include: health,metrics