staging-values.yaml 9.7 KB

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