Update rtx6000-vllm.yaml

This commit is contained in:
sirius0xdev 2026-04-28 23:55:29 -04:00 committed by GitHub
parent 12acba27d7
commit 5622e6c49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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