From 758495b1dc480f2564b21368b103d6df3744e570 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Thu, 23 Apr 2026 01:43:57 +0000 Subject: [PATCH] fix host --- apps/base/customer1/openclaw/keda-vllm.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/base/customer1/openclaw/keda-vllm.yaml b/apps/base/customer1/openclaw/keda-vllm.yaml index 1ee9cea..5f8d82b 100644 --- a/apps/base/customer1/openclaw/keda-vllm.yaml +++ b/apps/base/customer1/openclaw/keda-vllm.yaml @@ -5,14 +5,13 @@ metadata: namespace: customer1 spec: # The host header the interceptor should match - host: openclaw-brain-service.customer1.svc.cluster.local # ← important # Target to scale + routing info (old style) scaleTargetRef: deployment: openclaw-brain-vllm # your Deployment name service: openclaw-brain-service # your Service name 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 replicas: min: 0