# Microservice Platform - Shop Recycle Services Configuration # Spring Cloud format with standardized application.properties # Global configuration shared across all services global: image: registry: your-registry pullPolicy: IfNotPresent labels: platform: microservice-platform project: shop-recycle version: "1.0" annotations: {} # Base chart configuration base: enabled: true # shop-recycle-payment Configuration shop-recycle-payment: enabled: true app: name: shop-recycle-payment replicaCount: 1 image: repository: your-registry/shop-recycle-payment tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1218 targetPort: 1218 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-store Configuration shop-recycle-store: enabled: true app: name: shop-recycle-store replicaCount: 1 image: repository: your-registry/shop-recycle-store tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1208 targetPort: 1208 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-pis Configuration shop-recycle-pis: enabled: true app: name: shop-recycle-pis replicaCount: 1 image: repository: your-registry/shop-recycle-pis tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1209 targetPort: 1209 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-merchant Configuration shop-recycle-merchant: enabled: true app: name: shop-recycle-merchant replicaCount: 1 image: repository: your-registry/shop-recycle-merchant tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1204 targetPort: 1204 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-account Configuration shop-recycle-account: enabled: true app: name: shop-recycle-account replicaCount: 1 image: repository: your-registry/shop-recycle-account tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1223 targetPort: 1223 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-msg Configuration shop-recycle-msg: enabled: true app: name: shop-recycle-msg replicaCount: 1 image: repository: your-registry/shop-recycle-msg tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1217 targetPort: 1217 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-order-center Configuration shop-recycle-order-center: enabled: true app: name: shop-recycle-order-center replicaCount: 1 image: repository: your-registry/shop-recycle-order-center tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1203 targetPort: 1203 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-wechat Configuration shop-recycle-wechat: enabled: true app: name: shop-recycle-wechat replicaCount: 1 image: repository: your-registry/shop-recycle-wechat tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1231 targetPort: 1231 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-data-statistics Configuration shop-recycle-data-statistics: enabled: true app: name: shop-recycle-data-statistics replicaCount: 1 image: repository: your-registry/shop-recycle-data-statistics tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1220 targetPort: 1220 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-platform Configuration shop-recycle-platform: enabled: true app: name: shop-recycle-platform replicaCount: 1 image: repository: your-registry/shop-recycle-platform tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1201 targetPort: 1201 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-wechat-web Configuration shop-recycle-wechat-web: enabled: true app: name: shop-recycle-wechat-web replicaCount: 1 image: repository: your-registry/shop-recycle-wechat-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1214 targetPort: 1214 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-payment-web Configuration shop-recycle-payment-web: enabled: true app: name: shop-recycle-payment-web replicaCount: 1 image: repository: your-registry/shop-recycle-payment-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1219 targetPort: 1219 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-store-wechat-web Configuration shop-recycle-store-wechat-web: enabled: true app: name: shop-recycle-store-wechat-web replicaCount: 1 image: repository: your-registry/shop-recycle-store-wechat-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1207 targetPort: 1207 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-platform-pc-web Configuration shop-recycle-platform-pc-web: enabled: true app: name: shop-recycle-platform-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-platform-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1202 targetPort: 1202 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-out-web Configuration shop-recycle-out-web: enabled: true app: name: shop-recycle-out-web replicaCount: 1 image: repository: your-registry/shop-recycle-out-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1224 targetPort: 1224 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-store-pc-web Configuration shop-recycle-store-pc-web: enabled: true app: name: shop-recycle-store-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-store-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1222 targetPort: 1222 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-login-center Configuration shop-recycle-login-center: enabled: true app: name: shop-recycle-login-center replicaCount: 1 image: repository: your-registry/shop-recycle-login-center tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1210 targetPort: 1210 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-oss-web Configuration shop-recycle-oss-web: enabled: true app: name: shop-recycle-oss-web replicaCount: 1 image: repository: your-registry/shop-recycle-oss-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1212 targetPort: 1212 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-gateway Configuration shop-recycle-gateway: enabled: true app: name: shop-recycle-gateway replicaCount: 1 image: repository: your-registry/shop-recycle-gateway tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1211 targetPort: 1211 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-sche Configuration shop-recycle-sche: enabled: true app: name: shop-recycle-sche replicaCount: 1 image: repository: your-registry/shop-recycle-sche tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1215 targetPort: 1215 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-merchant-wechat-web Configuration shop-recycle-merchant-wechat-web: enabled: true app: name: shop-recycle-merchant-wechat-web replicaCount: 1 image: repository: your-registry/shop-recycle-merchant-wechat-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1206 targetPort: 1206 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-import-web Configuration shop-recycle-import-web: enabled: true app: name: shop-recycle-import-web replicaCount: 1 image: repository: your-registry/shop-recycle-import-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1221 targetPort: 1221 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-marketer-pc-web Configuration shop-recycle-marketer-pc-web: enabled: true app: name: shop-recycle-marketer-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-marketer-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1232 targetPort: 1232 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-erp-pc-web Configuration shop-recycle-erp-pc-web: enabled: true app: name: shop-recycle-erp-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-erp-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1228 targetPort: 1228 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-merchant-pc-web Configuration shop-recycle-merchant-pc-web: enabled: true app: name: shop-recycle-merchant-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-merchant-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1205 targetPort: 1205 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-vs-web Configuration shop-recycle-vs-web: enabled: true app: name: shop-recycle-vs-web replicaCount: 1 image: repository: your-registry/shop-recycle-vs-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1233 targetPort: 1233 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-agent-pc-web Configuration shop-recycle-agent-pc-web: enabled: true app: name: shop-recycle-agent-pc-web replicaCount: 1 image: repository: your-registry/shop-recycle-agent-pc-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1225 targetPort: 1225 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-customer-wechat-web Configuration shop-recycle-customer-wechat-web: enabled: true app: name: shop-recycle-customer-wechat-web replicaCount: 1 image: repository: your-registry/shop-recycle-customer-wechat-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1227 targetPort: 1227 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-gateway-out Configuration shop-recycle-gateway-out: enabled: true app: name: shop-recycle-gateway-out replicaCount: 1 image: repository: your-registry/shop-recycle-gateway-out tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1226 targetPort: 1226 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-gateway-out-upgrade Configuration shop-recycle-gateway-out-upgrade: enabled: true app: name: shop-recycle-gateway-out-upgrade replicaCount: 1 image: repository: your-registry/shop-recycle-gateway-out-upgrade tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1237 targetPort: 1237 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-async-web Configuration shop-recycle-async-web: enabled: true app: name: shop-recycle-async-web replicaCount: 1 image: repository: your-registry/shop-recycle-async-web tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1239 targetPort: 1239 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-dealdata-service Configuration shop-recycle-dealdata-service: enabled: true app: name: shop-recycle-dealdata-service replicaCount: 1 image: repository: your-registry/shop-recycle-dealdata-service tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1235 targetPort: 1235 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-dispatcher Configuration shop-recycle-dispatcher: enabled: true app: name: shop-recycle-dispatcher replicaCount: 1 image: repository: your-registry/shop-recycle-dispatcher tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1236 targetPort: 1236 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics # shop-recycle-order-search Configuration shop-recycle-order-search: enabled: true app: name: shop-recycle-order-search replicaCount: 1 image: repository: your-registry/shop-recycle-order-search tag: "1.0.0" pullPolicy: IfNotPresent service: type: ClusterIP port: 1238 targetPort: 1238 resources: requests: cpu: 250m memory: 256Mi limits: cpu: 500m memory: 512Mi config: yml: logging: level: root: INFO management: endpoints: web: exposure: include: health,info,metrics