fix host
This commit is contained in:
parent
2f4b171fed
commit
758495b1dc
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue