compatible with two clusters

This commit is contained in:
mangomqy
2025-11-12 07:26:18 +00:00
parent a158e24d3f
commit 7ad1018f25
7 changed files with 411 additions and 35 deletions

View File

@ -39,14 +39,15 @@ resources:
shmSize: "20Gi"
svc:
type: NodePort
type: LoadBalancer
port: 80
targetPort: 8080
nodePort: 30080
# nodePort: 30080
# vLLM 应用配置
vllm:
image: "docker.io/vllm/vllm-openai:latest"
command: ""
llama:
image: "docker.io/library/one-click:v1"
@ -60,13 +61,13 @@ lmdeploy:
nfs:
server: "10.6.80.11"
path: "/volume1/Dataset/PVStore/lab-data-model-pvc-c0beeab1-6dd5-4c6a-bd2c-6ce9e114c25e/Weight"
storageClass: "local-path"
# storageClass: "local-path"
pvSize: "500Gi"
pvcSize: "50Gi"
# LeaderWorkerSet 配置
replicaCount: 1
workerSize: 2
workerSize: 1
nodeSelector: {}