# parent-bff 生产环境 replicaCount: 3 image: tag: prod configMap: data: NODE_ENV: production LOG_LEVEL: info DEV_MODE: "false" CORS_ORIGINS: https://parent.edu.example.com resources: requests: cpu: 500m memory: 512Mi limits: cpu: 2000m memory: 2Gi hpa: enabled: true minReplicas: 3 maxReplicas: 10 targetCPUUtilizationPercentage: 70 targetMemoryUtilizationPercentage: 80 podAntiAffinity: enabled: true kafka: enabled: true brokers: kafka.edu-system.svc.cluster.local:9092