Update rtx6000-vllm.yaml
This commit is contained in:
parent
12acba27d7
commit
5622e6c49c
1 changed files with 7 additions and 7 deletions
|
|
@ -5,16 +5,16 @@ metadata:
|
||||||
name: openclaw-brain-vllm
|
name: openclaw-brain-vllm
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
labels:
|
labels:
|
||||||
app: openclaw-brain
|
app: rtx6000-brain
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: openclaw-brain
|
app: rtx6000-brain
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: openclaw-brain
|
app: rtx6000-brain
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-accelerator: "nvidia-rtx-pro-6000"
|
cloud.google.com/gke-accelerator: "nvidia-rtx-pro-6000"
|
||||||
|
|
@ -57,7 +57,7 @@ spec:
|
||||||
limits:
|
limits:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
memory: "100Gi"
|
memory: "100Gi"
|
||||||
cpu: "16"
|
|
||||||
requests:
|
requests:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
memory: "80Gi"
|
memory: "80Gi"
|
||||||
|
|
@ -120,7 +120,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
storageClassName: hyperdisk-balanced # ← Change to your StorageClass name
|
storageClassName: hyperdisk-balanced
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 100Gi
|
storage: 100Gi
|
||||||
|
|
@ -129,11 +129,11 @@ spec:
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: openclaw-brain-service
|
name: rtx6000-brain-service
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: openclaw-brain
|
app: rtx6000-brain
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 8000
|
port: 8000
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue