|
|
@@ -1,4 +1,4 @@
|
|
|
-apiVersion: v2
|
|
|
+apiVersion: v2
|
|
|
name: microservice-platform
|
|
|
description: Umbrella Helm chart for managing multiple microservices with shared configuration and templating
|
|
|
type: application
|
|
|
@@ -8,6 +8,7 @@ keywords:
|
|
|
- microservices
|
|
|
- kubernetes
|
|
|
- umbrella
|
|
|
+ - shop-recycle
|
|
|
home: https://github.com/jiangkai/microservice-helm
|
|
|
sources:
|
|
|
- https://github.com/jiangkai/microservice-helm
|
|
|
@@ -19,15 +20,103 @@ dependencies:
|
|
|
version: 1.0.0
|
|
|
repository: file://../charts/base
|
|
|
condition: base.enabled
|
|
|
- - name: user-service
|
|
|
+ - name: shop-recycle-payment
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/user-service
|
|
|
- condition: user-service.enabled
|
|
|
- - name: order-service
|
|
|
+ repository: file://../charts/shop-recycle-payment
|
|
|
+ condition: shop-recycle-payment.enabled
|
|
|
+ - name: shop-recycle-store
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/order-service
|
|
|
- condition: order-service.enabled
|
|
|
- - name: payment-service
|
|
|
+ repository: file://../charts/shop-recycle-store
|
|
|
+ condition: shop-recycle-store.enabled
|
|
|
+ - name: shop-recycle-pis
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/payment-service
|
|
|
- condition: payment-service.enabled
|
|
|
+ repository: file://../charts/shop-recycle-pis
|
|
|
+ condition: shop-recycle-pis.enabled
|
|
|
+ - name: shop-recycle-merchant
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-merchant
|
|
|
+ condition: shop-recycle-merchant.enabled
|
|
|
+ - name: shop-recycle-account
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-account
|
|
|
+ condition: shop-recycle-account.enabled
|
|
|
+ - name: shop-recycle-msg
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-msg
|
|
|
+ condition: shop-recycle-msg.enabled
|
|
|
+ - name: shop-recycle-order-center
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-order-center
|
|
|
+ condition: shop-recycle-order-center.enabled
|
|
|
+ - name: shop-recycle-wechat
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-wechat
|
|
|
+ condition: shop-recycle-wechat.enabled
|
|
|
+ - name: shop-recycle-data-statistics
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-data-statistics
|
|
|
+ condition: shop-recycle-data-statistics.enabled
|
|
|
+ - name: shop-recycle-platform
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-platform
|
|
|
+ condition: shop-recycle-platform.enabled
|
|
|
+ - name: shop-recycle-wechat-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-wechat-web
|
|
|
+ condition: shop-recycle-wechat-web.enabled
|
|
|
+ - name: shop-recycle-payment-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-payment-web
|
|
|
+ condition: shop-recycle-payment-web.enabled
|
|
|
+ - name: shop-recycle-store-wechat-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-store-wechat-web
|
|
|
+ condition: shop-recycle-store-wechat-web.enabled
|
|
|
+ - name: shop-recycle-platform-pc-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-platform-pc-web
|
|
|
+ condition: shop-recycle-platform-pc-web.enabled
|
|
|
+ - name: shop-recycle-out-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-out-web
|
|
|
+ condition: shop-recycle-out-web.enabled
|
|
|
+ - name: shop-recycle-store-pc-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-store-pc-web
|
|
|
+ condition: shop-recycle-store-pc-web.enabled
|
|
|
+ - name: shop-recycle-login-center
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-login-center
|
|
|
+ condition: shop-recycle-login-center.enabled
|
|
|
+ - name: shop-recycle-oss-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-oss-web
|
|
|
+ condition: shop-recycle-oss-web.enabled
|
|
|
+ - name: shop-recycle-gateway
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-gateway
|
|
|
+ condition: shop-recycle-gateway.enabled
|
|
|
+ - name: shop-recycle-sche
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-sche
|
|
|
+ condition: shop-recycle-sche.enabled
|
|
|
+ - name: shop-recycle-merchant-wechat-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-merchant-wechat-web
|
|
|
+ condition: shop-recycle-merchant-wechat-web.enabled
|
|
|
+ - name: shop-recycle-import-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-import-web
|
|
|
+ condition: shop-recycle-import-web.enabled
|
|
|
+ - name: shop-recycle-marketer-pc-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-marketer-pc-web
|
|
|
+ condition: shop-recycle-marketer-pc-web.enabled
|
|
|
+ - name: shop-recycle-erp-pc-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-erp-pc-web
|
|
|
+ condition: shop-recycle-erp-pc-web.enabled
|
|
|
+ - name: shop-recycle-merchant-pc-web
|
|
|
+ version: 1.0.0
|
|
|
+ repository: file://../charts/shop-recycle-merchant-pc-web
|
|
|
+ condition: shop-recycle-merchant-pc-web.enabled
|