prod-values.yaml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  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. properties:
  20. spring.jpa.hibernate.ddl-auto: validate
  21. yml:
  22. logging:
  23. level:
  24. root: WARN
  25. management:
  26. endpoints:
  27. web:
  28. exposure:
  29. include: health,metrics
  30. shop-recycle-store:
  31. enabled: true
  32. app:
  33. replicaCount: 3
  34. image:
  35. tag: "1.0.0"
  36. resources:
  37. requests:
  38. cpu: 500m
  39. memory: 512Mi
  40. limits:
  41. cpu: 1000m
  42. memory: 1024Mi
  43. config:
  44. properties:
  45. spring.jpa.hibernate.ddl-auto: validate
  46. yml:
  47. logging:
  48. level:
  49. root: WARN
  50. management:
  51. endpoints:
  52. web:
  53. exposure:
  54. include: health,metrics
  55. shop-recycle-pis:
  56. enabled: true
  57. app:
  58. replicaCount: 3
  59. image:
  60. tag: "1.0.0"
  61. resources:
  62. requests:
  63. cpu: 500m
  64. memory: 512Mi
  65. limits:
  66. cpu: 1000m
  67. memory: 1024Mi
  68. config:
  69. properties:
  70. spring.jpa.hibernate.ddl-auto: validate
  71. yml:
  72. logging:
  73. level:
  74. root: WARN
  75. management:
  76. endpoints:
  77. web:
  78. exposure:
  79. include: health,metrics
  80. shop-recycle-merchant:
  81. enabled: true
  82. app:
  83. replicaCount: 3
  84. image:
  85. tag: "1.0.0"
  86. resources:
  87. requests:
  88. cpu: 500m
  89. memory: 512Mi
  90. limits:
  91. cpu: 1000m
  92. memory: 1024Mi
  93. config:
  94. properties:
  95. spring.jpa.hibernate.ddl-auto: validate
  96. yml:
  97. logging:
  98. level:
  99. root: WARN
  100. management:
  101. endpoints:
  102. web:
  103. exposure:
  104. include: health,metrics
  105. shop-recycle-account:
  106. enabled: true
  107. app:
  108. replicaCount: 3
  109. image:
  110. tag: "1.0.0"
  111. resources:
  112. requests:
  113. cpu: 500m
  114. memory: 512Mi
  115. limits:
  116. cpu: 1000m
  117. memory: 1024Mi
  118. config:
  119. properties:
  120. spring.jpa.hibernate.ddl-auto: validate
  121. yml:
  122. logging:
  123. level:
  124. root: WARN
  125. management:
  126. endpoints:
  127. web:
  128. exposure:
  129. include: health,metrics
  130. shop-recycle-msg:
  131. enabled: true
  132. app:
  133. replicaCount: 3
  134. image:
  135. tag: "1.0.0"
  136. resources:
  137. requests:
  138. cpu: 500m
  139. memory: 512Mi
  140. limits:
  141. cpu: 1000m
  142. memory: 1024Mi
  143. config:
  144. properties:
  145. spring.jpa.hibernate.ddl-auto: validate
  146. yml:
  147. logging:
  148. level:
  149. root: WARN
  150. management:
  151. endpoints:
  152. web:
  153. exposure:
  154. include: health,metrics
  155. shop-recycle-order-center:
  156. enabled: true
  157. app:
  158. replicaCount: 3
  159. image:
  160. tag: "1.0.0"
  161. resources:
  162. requests:
  163. cpu: 500m
  164. memory: 512Mi
  165. limits:
  166. cpu: 1000m
  167. memory: 1024Mi
  168. config:
  169. properties:
  170. spring.jpa.hibernate.ddl-auto: validate
  171. yml:
  172. logging:
  173. level:
  174. root: WARN
  175. management:
  176. endpoints:
  177. web:
  178. exposure:
  179. include: health,metrics
  180. shop-recycle-wechat:
  181. enabled: true
  182. app:
  183. replicaCount: 3
  184. image:
  185. tag: "1.0.0"
  186. resources:
  187. requests:
  188. cpu: 500m
  189. memory: 512Mi
  190. limits:
  191. cpu: 1000m
  192. memory: 1024Mi
  193. config:
  194. properties:
  195. spring.jpa.hibernate.ddl-auto: validate
  196. yml:
  197. logging:
  198. level:
  199. root: WARN
  200. management:
  201. endpoints:
  202. web:
  203. exposure:
  204. include: health,metrics
  205. shop-recycle-data-statistics:
  206. enabled: true
  207. app:
  208. replicaCount: 3
  209. image:
  210. tag: "1.0.0"
  211. resources:
  212. requests:
  213. cpu: 500m
  214. memory: 512Mi
  215. limits:
  216. cpu: 1000m
  217. memory: 1024Mi
  218. config:
  219. properties:
  220. spring.jpa.hibernate.ddl-auto: validate
  221. yml:
  222. logging:
  223. level:
  224. root: WARN
  225. management:
  226. endpoints:
  227. web:
  228. exposure:
  229. include: health,metrics
  230. shop-recycle-platform:
  231. enabled: true
  232. app:
  233. replicaCount: 3
  234. image:
  235. tag: "1.0.0"
  236. resources:
  237. requests:
  238. cpu: 500m
  239. memory: 512Mi
  240. limits:
  241. cpu: 1000m
  242. memory: 1024Mi
  243. config:
  244. properties:
  245. spring.jpa.hibernate.ddl-auto: validate
  246. yml:
  247. logging:
  248. level:
  249. root: WARN
  250. management:
  251. endpoints:
  252. web:
  253. exposure:
  254. include: health,metrics
  255. shop-recycle-wechat-web:
  256. enabled: true
  257. app:
  258. replicaCount: 3
  259. image:
  260. tag: "1.0.0"
  261. resources:
  262. requests:
  263. cpu: 500m
  264. memory: 512Mi
  265. limits:
  266. cpu: 1000m
  267. memory: 1024Mi
  268. config:
  269. properties:
  270. spring.jpa.hibernate.ddl-auto: validate
  271. yml:
  272. logging:
  273. level:
  274. root: WARN
  275. management:
  276. endpoints:
  277. web:
  278. exposure:
  279. include: health,metrics
  280. shop-recycle-payment-web:
  281. enabled: true
  282. app:
  283. replicaCount: 3
  284. image:
  285. tag: "1.0.0"
  286. resources:
  287. requests:
  288. cpu: 500m
  289. memory: 512Mi
  290. limits:
  291. cpu: 1000m
  292. memory: 1024Mi
  293. config:
  294. properties:
  295. spring.jpa.hibernate.ddl-auto: validate
  296. yml:
  297. logging:
  298. level:
  299. root: WARN
  300. management:
  301. endpoints:
  302. web:
  303. exposure:
  304. include: health,metrics
  305. shop-recycle-store-wechat-web:
  306. enabled: true
  307. app:
  308. replicaCount: 3
  309. image:
  310. tag: "1.0.0"
  311. resources:
  312. requests:
  313. cpu: 500m
  314. memory: 512Mi
  315. limits:
  316. cpu: 1000m
  317. memory: 1024Mi
  318. config:
  319. properties:
  320. spring.jpa.hibernate.ddl-auto: validate
  321. yml:
  322. logging:
  323. level:
  324. root: WARN
  325. management:
  326. endpoints:
  327. web:
  328. exposure:
  329. include: health,metrics
  330. shop-recycle-platform-pc-web:
  331. enabled: true
  332. app:
  333. replicaCount: 3
  334. image:
  335. tag: "1.0.0"
  336. resources:
  337. requests:
  338. cpu: 500m
  339. memory: 512Mi
  340. limits:
  341. cpu: 1000m
  342. memory: 1024Mi
  343. config:
  344. properties:
  345. spring.jpa.hibernate.ddl-auto: validate
  346. yml:
  347. logging:
  348. level:
  349. root: WARN
  350. management:
  351. endpoints:
  352. web:
  353. exposure:
  354. include: health,metrics
  355. shop-recycle-out-web:
  356. enabled: true
  357. app:
  358. replicaCount: 3
  359. image:
  360. tag: "1.0.0"
  361. resources:
  362. requests:
  363. cpu: 500m
  364. memory: 512Mi
  365. limits:
  366. cpu: 1000m
  367. memory: 1024Mi
  368. config:
  369. properties:
  370. spring.jpa.hibernate.ddl-auto: validate
  371. yml:
  372. logging:
  373. level:
  374. root: WARN
  375. management:
  376. endpoints:
  377. web:
  378. exposure:
  379. include: health,metrics
  380. shop-recycle-store-pc-web:
  381. enabled: true
  382. app:
  383. replicaCount: 3
  384. image:
  385. tag: "1.0.0"
  386. resources:
  387. requests:
  388. cpu: 500m
  389. memory: 512Mi
  390. limits:
  391. cpu: 1000m
  392. memory: 1024Mi
  393. config:
  394. properties:
  395. spring.jpa.hibernate.ddl-auto: validate
  396. yml:
  397. logging:
  398. level:
  399. root: WARN
  400. management:
  401. endpoints:
  402. web:
  403. exposure:
  404. include: health,metrics
  405. shop-recycle-login-center:
  406. enabled: true
  407. app:
  408. replicaCount: 3
  409. image:
  410. tag: "1.0.0"
  411. resources:
  412. requests:
  413. cpu: 500m
  414. memory: 512Mi
  415. limits:
  416. cpu: 1000m
  417. memory: 1024Mi
  418. config:
  419. properties:
  420. spring.jpa.hibernate.ddl-auto: validate
  421. yml:
  422. logging:
  423. level:
  424. root: WARN
  425. management:
  426. endpoints:
  427. web:
  428. exposure:
  429. include: health,metrics
  430. shop-recycle-oss-web:
  431. enabled: true
  432. app:
  433. replicaCount: 3
  434. image:
  435. tag: "1.0.0"
  436. resources:
  437. requests:
  438. cpu: 500m
  439. memory: 512Mi
  440. limits:
  441. cpu: 1000m
  442. memory: 1024Mi
  443. config:
  444. properties:
  445. spring.jpa.hibernate.ddl-auto: validate
  446. yml:
  447. logging:
  448. level:
  449. root: WARN
  450. management:
  451. endpoints:
  452. web:
  453. exposure:
  454. include: health,metrics
  455. shop-recycle-gateway:
  456. enabled: true
  457. app:
  458. replicaCount: 3
  459. image:
  460. tag: "1.0.0"
  461. resources:
  462. requests:
  463. cpu: 500m
  464. memory: 512Mi
  465. limits:
  466. cpu: 1000m
  467. memory: 1024Mi
  468. config:
  469. properties:
  470. spring.jpa.hibernate.ddl-auto: validate
  471. yml:
  472. logging:
  473. level:
  474. root: WARN
  475. management:
  476. endpoints:
  477. web:
  478. exposure:
  479. include: health,metrics
  480. shop-recycle-sche:
  481. enabled: true
  482. app:
  483. replicaCount: 3
  484. image:
  485. tag: "1.0.0"
  486. resources:
  487. requests:
  488. cpu: 500m
  489. memory: 512Mi
  490. limits:
  491. cpu: 1000m
  492. memory: 1024Mi
  493. config:
  494. properties:
  495. spring.jpa.hibernate.ddl-auto: validate
  496. yml:
  497. logging:
  498. level:
  499. root: WARN
  500. management:
  501. endpoints:
  502. web:
  503. exposure:
  504. include: health,metrics
  505. shop-recycle-merchant-wechat-web:
  506. enabled: true
  507. app:
  508. replicaCount: 3
  509. image:
  510. tag: "1.0.0"
  511. resources:
  512. requests:
  513. cpu: 500m
  514. memory: 512Mi
  515. limits:
  516. cpu: 1000m
  517. memory: 1024Mi
  518. config:
  519. properties:
  520. spring.jpa.hibernate.ddl-auto: validate
  521. yml:
  522. logging:
  523. level:
  524. root: WARN
  525. management:
  526. endpoints:
  527. web:
  528. exposure:
  529. include: health,metrics
  530. shop-recycle-import-web:
  531. enabled: true
  532. app:
  533. replicaCount: 3
  534. image:
  535. tag: "1.0.0"
  536. resources:
  537. requests:
  538. cpu: 500m
  539. memory: 512Mi
  540. limits:
  541. cpu: 1000m
  542. memory: 1024Mi
  543. config:
  544. properties:
  545. spring.jpa.hibernate.ddl-auto: validate
  546. yml:
  547. logging:
  548. level:
  549. root: WARN
  550. management:
  551. endpoints:
  552. web:
  553. exposure:
  554. include: health,metrics
  555. shop-recycle-marketer-pc-web:
  556. enabled: true
  557. app:
  558. replicaCount: 3
  559. image:
  560. tag: "1.0.0"
  561. resources:
  562. requests:
  563. cpu: 500m
  564. memory: 512Mi
  565. limits:
  566. cpu: 1000m
  567. memory: 1024Mi
  568. config:
  569. properties:
  570. spring.jpa.hibernate.ddl-auto: validate
  571. yml:
  572. logging:
  573. level:
  574. root: WARN
  575. management:
  576. endpoints:
  577. web:
  578. exposure:
  579. include: health,metrics
  580. shop-recycle-erp-pc-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. properties:
  595. spring.jpa.hibernate.ddl-auto: validate
  596. yml:
  597. logging:
  598. level:
  599. root: WARN
  600. management:
  601. endpoints:
  602. web:
  603. exposure:
  604. include: health,metrics
  605. shop-recycle-merchant-pc-web:
  606. enabled: true
  607. app:
  608. replicaCount: 3
  609. image:
  610. tag: "1.0.0"
  611. resources:
  612. requests:
  613. cpu: 500m
  614. memory: 512Mi
  615. limits:
  616. cpu: 1000m
  617. memory: 1024Mi
  618. config:
  619. properties:
  620. spring.jpa.hibernate.ddl-auto: validate
  621. yml:
  622. logging:
  623. level:
  624. root: WARN
  625. management:
  626. endpoints:
  627. web:
  628. exposure:
  629. include: health,metrics