fix: trigger KEDA scale-up on 1 request instead of 3
- Wake script handles cold start, so scale immediately on first request - Reduces latency for /wake command and manual requests
This commit is contained in:
parent
240620c3a4
commit
9673b76fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ spec:
|
|||
metadata:
|
||||
path: "/v1/models"
|
||||
host: "openclaw-brain-service.customer1.svc.cluster.local"
|
||||
requestCount: "3" # Scale up when 3+ requests pending
|
||||
requestCount: "1" # Scale up on 1+ request (wake script handles cold start)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue