dev-values.yaml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. # Development Environment Configuration
  2. global:
  3. labels:
  4. environment: development
  5. shop-recycle-payment:
  6. enabled: true
  7. app:
  8. replicaCount: 1
  9. image:
  10. tag: dev-latest
  11. config:
  12. properties:
  13. spring.jpa.hibernate.ddl-auto: create-drop
  14. yml:
  15. logging:
  16. level:
  17. root: DEBUG
  18. shop-recycle-store:
  19. enabled: true
  20. app:
  21. replicaCount: 1
  22. image:
  23. tag: dev-latest
  24. config:
  25. properties:
  26. spring.jpa.hibernate.ddl-auto: create-drop
  27. yml:
  28. logging:
  29. level:
  30. root: DEBUG
  31. shop-recycle-pis:
  32. enabled: true
  33. app:
  34. replicaCount: 1
  35. image:
  36. tag: dev-latest
  37. config:
  38. properties:
  39. spring.jpa.hibernate.ddl-auto: create-drop
  40. yml:
  41. logging:
  42. level:
  43. root: DEBUG
  44. shop-recycle-merchant:
  45. enabled: true
  46. app:
  47. replicaCount: 1
  48. image:
  49. tag: dev-latest
  50. config:
  51. properties:
  52. spring.jpa.hibernate.ddl-auto: create-drop
  53. yml:
  54. logging:
  55. level:
  56. root: DEBUG
  57. shop-recycle-account:
  58. enabled: true
  59. app:
  60. replicaCount: 1
  61. image:
  62. tag: dev-latest
  63. config:
  64. properties:
  65. spring.jpa.hibernate.ddl-auto: create-drop
  66. yml:
  67. logging:
  68. level:
  69. root: DEBUG
  70. shop-recycle-msg:
  71. enabled: true
  72. app:
  73. replicaCount: 1
  74. image:
  75. tag: dev-latest
  76. config:
  77. properties:
  78. spring.jpa.hibernate.ddl-auto: create-drop
  79. yml:
  80. logging:
  81. level:
  82. root: DEBUG
  83. shop-recycle-order-center:
  84. enabled: true
  85. app:
  86. replicaCount: 1
  87. image:
  88. tag: dev-latest
  89. config:
  90. properties:
  91. spring.jpa.hibernate.ddl-auto: create-drop
  92. yml:
  93. logging:
  94. level:
  95. root: DEBUG
  96. shop-recycle-wechat:
  97. enabled: true
  98. app:
  99. replicaCount: 1
  100. image:
  101. tag: dev-latest
  102. config:
  103. properties:
  104. spring.jpa.hibernate.ddl-auto: create-drop
  105. yml:
  106. logging:
  107. level:
  108. root: DEBUG
  109. shop-recycle-data-statistics:
  110. enabled: true
  111. app:
  112. replicaCount: 1
  113. image:
  114. tag: dev-latest
  115. config:
  116. properties:
  117. spring.jpa.hibernate.ddl-auto: create-drop
  118. yml:
  119. logging:
  120. level:
  121. root: DEBUG
  122. shop-recycle-platform:
  123. enabled: true
  124. app:
  125. replicaCount: 1
  126. image:
  127. tag: dev-latest
  128. config:
  129. properties:
  130. spring.jpa.hibernate.ddl-auto: create-drop
  131. yml:
  132. logging:
  133. level:
  134. root: DEBUG
  135. shop-recycle-wechat-web:
  136. enabled: true
  137. app:
  138. replicaCount: 1
  139. image:
  140. tag: dev-latest
  141. config:
  142. properties:
  143. spring.jpa.hibernate.ddl-auto: create-drop
  144. yml:
  145. logging:
  146. level:
  147. root: DEBUG
  148. shop-recycle-payment-web:
  149. enabled: true
  150. app:
  151. replicaCount: 1
  152. image:
  153. tag: dev-latest
  154. config:
  155. properties:
  156. spring.jpa.hibernate.ddl-auto: create-drop
  157. yml:
  158. logging:
  159. level:
  160. root: DEBUG
  161. shop-recycle-store-wechat-web:
  162. enabled: true
  163. app:
  164. replicaCount: 1
  165. image:
  166. tag: dev-latest
  167. config:
  168. properties:
  169. spring.jpa.hibernate.ddl-auto: create-drop
  170. yml:
  171. logging:
  172. level:
  173. root: DEBUG
  174. shop-recycle-platform-pc-web:
  175. enabled: true
  176. app:
  177. replicaCount: 1
  178. image:
  179. tag: dev-latest
  180. config:
  181. properties:
  182. spring.jpa.hibernate.ddl-auto: create-drop
  183. yml:
  184. logging:
  185. level:
  186. root: DEBUG
  187. shop-recycle-out-web:
  188. enabled: true
  189. app:
  190. replicaCount: 1
  191. image:
  192. tag: dev-latest
  193. config:
  194. properties:
  195. spring.jpa.hibernate.ddl-auto: create-drop
  196. yml:
  197. logging:
  198. level:
  199. root: DEBUG
  200. shop-recycle-store-pc-web:
  201. enabled: true
  202. app:
  203. replicaCount: 1
  204. image:
  205. tag: dev-latest
  206. config:
  207. properties:
  208. spring.jpa.hibernate.ddl-auto: create-drop
  209. yml:
  210. logging:
  211. level:
  212. root: DEBUG
  213. shop-recycle-login-center:
  214. enabled: true
  215. app:
  216. replicaCount: 1
  217. image:
  218. tag: dev-latest
  219. config:
  220. properties:
  221. spring.jpa.hibernate.ddl-auto: create-drop
  222. yml:
  223. logging:
  224. level:
  225. root: DEBUG
  226. shop-recycle-oss-web:
  227. enabled: true
  228. app:
  229. replicaCount: 1
  230. image:
  231. tag: dev-latest
  232. config:
  233. properties:
  234. spring.jpa.hibernate.ddl-auto: create-drop
  235. yml:
  236. logging:
  237. level:
  238. root: DEBUG
  239. shop-recycle-gateway:
  240. enabled: true
  241. app:
  242. replicaCount: 1
  243. image:
  244. tag: dev-latest
  245. config:
  246. properties:
  247. spring.jpa.hibernate.ddl-auto: create-drop
  248. yml:
  249. logging:
  250. level:
  251. root: DEBUG
  252. shop-recycle-sche:
  253. enabled: true
  254. app:
  255. replicaCount: 1
  256. image:
  257. tag: dev-latest
  258. config:
  259. properties:
  260. spring.jpa.hibernate.ddl-auto: create-drop
  261. yml:
  262. logging:
  263. level:
  264. root: DEBUG
  265. shop-recycle-merchant-wechat-web:
  266. enabled: true
  267. app:
  268. replicaCount: 1
  269. image:
  270. tag: dev-latest
  271. config:
  272. properties:
  273. spring.jpa.hibernate.ddl-auto: create-drop
  274. yml:
  275. logging:
  276. level:
  277. root: DEBUG
  278. shop-recycle-import-web:
  279. enabled: true
  280. app:
  281. replicaCount: 1
  282. image:
  283. tag: dev-latest
  284. config:
  285. properties:
  286. spring.jpa.hibernate.ddl-auto: create-drop
  287. yml:
  288. logging:
  289. level:
  290. root: DEBUG
  291. shop-recycle-marketer-pc-web:
  292. enabled: true
  293. app:
  294. replicaCount: 1
  295. image:
  296. tag: dev-latest
  297. config:
  298. properties:
  299. spring.jpa.hibernate.ddl-auto: create-drop
  300. yml:
  301. logging:
  302. level:
  303. root: DEBUG
  304. shop-recycle-erp-pc-web:
  305. enabled: true
  306. app:
  307. replicaCount: 1
  308. image:
  309. tag: dev-latest
  310. config:
  311. properties:
  312. spring.jpa.hibernate.ddl-auto: create-drop
  313. yml:
  314. logging:
  315. level:
  316. root: DEBUG
  317. shop-recycle-merchant-pc-web:
  318. enabled: true
  319. app:
  320. replicaCount: 1
  321. image:
  322. tag: dev-latest
  323. config:
  324. properties:
  325. spring.jpa.hibernate.ddl-auto: create-drop
  326. yml:
  327. logging:
  328. level:
  329. root: DEBUG