This commit is contained in:
sirius0xdev 2026-04-23 01:43:57 +00:00
parent 2f4b171fed
commit 758495b1dc

View file

@ -5,14 +5,13 @@ metadata:
namespace: customer1 namespace: customer1
spec: spec:
# The host header the interceptor should match # The host header the interceptor should match
host: openclaw-brain-service.customer1.svc.cluster.local # ← important
# Target to scale + routing info (old style) # Target to scale + routing info (old style)
scaleTargetRef: scaleTargetRef:
deployment: openclaw-brain-vllm # your Deployment name deployment: openclaw-brain-vllm # your Deployment name
service: openclaw-brain-service # your Service name service: openclaw-brain-service # your Service name
port: 8000 # ← change if your container port is different (e.g. 8080, 11434 for vLLM, etc.) port: 8000 # ← change if your container port is different (e.g. 8080, 11434 for vLLM, etc.)
host: openclaw-brain-service.customer1.svc.cluster.local
# Replica settings # Replica settings
replicas: replicas:
min: 0 min: 0