values.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. # Microservice Platform - Shop Recycle Services
  2. # Global Configuration - Umbrella Chart
  3. # Global configuration shared across all services
  4. global:
  5. image:
  6. registry: harbor.stardance
  7. pullPolicy: IfNotPresent
  8. labels:
  9. platform: microservice-platform
  10. project: shop-recycle
  11. version: "1.0"
  12. annotations: {}
  13. # Base chart configuration
  14. base:
  15. enabled: true
  16. # ============================================
  17. # Service Enable/Disable Configuration
  18. # ============================================
  19. # Default: ALL services disabled (false)
  20. # To install specific services, use:
  21. # helm install -f values.yaml --set shop-recycle-merchant.enabled=true --set shop-recycle-payment.enabled=true
  22. # Or use environment values files like environments/prod-values.yaml
  23. # Core Business Services (9)
  24. shop-recycle-payment:
  25. enabled: false
  26. shop-recycle-store:
  27. enabled: false
  28. shop-recycle-pis:
  29. enabled: false
  30. shop-recycle-merchant:
  31. enabled: false
  32. shop-recycle-account:
  33. enabled: false
  34. shop-recycle-msg:
  35. enabled: false
  36. shop-recycle-order-center:
  37. enabled: false
  38. shop-recycle-wechat:
  39. enabled: false
  40. shop-recycle-order-search:
  41. enabled: false
  42. # Data and Foundation Services (8)
  43. shop-recycle-platform:
  44. enabled: false
  45. shop-recycle-data-statistics:
  46. enabled: false
  47. shop-recycle-sche:
  48. enabled: false
  49. shop-recycle-dispatcher:
  50. enabled: false
  51. shop-recycle-dealdata-service:
  52. enabled: false
  53. shop-recycle-async-web:
  54. enabled: false
  55. shop-recycle-import-web:
  56. enabled: false
  57. shop-recycle-vs-web:
  58. enabled: false
  59. # Gateway Extension Services (4)
  60. shop-recycle-gateway-out:
  61. enabled: false
  62. shop-recycle-gateway-out-upgrade:
  63. enabled: false
  64. shop-recycle-out-web:
  65. enabled: false
  66. shop-recycle-gateway:
  67. enabled: false
  68. # Client Web Services (8)
  69. shop-recycle-wechat-web:
  70. enabled: false
  71. shop-recycle-payment-web:
  72. enabled: false
  73. shop-recycle-store-wechat-web:
  74. enabled: false
  75. shop-recycle-customer-wechat-web:
  76. enabled: false
  77. shop-recycle-merchant-wechat-web:
  78. enabled: false
  79. shop-recycle-oss-web:
  80. enabled: false
  81. shop-recycle-login-center:
  82. enabled: false
  83. # Admin Backend Services (6)
  84. shop-recycle-platform-pc-web:
  85. enabled: false
  86. shop-recycle-store-pc-web:
  87. enabled: false
  88. shop-recycle-marketer-pc-web:
  89. enabled: false
  90. shop-recycle-erp-pc-web:
  91. enabled: false
  92. shop-recycle-merchant-pc-web:
  93. enabled: false
  94. shop-recycle-agent-pc-web:
  95. enabled: false