From 01061d1b929eeb0071c3019b3026cd07ccbab7af Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sat, 25 Apr 2026 23:58:38 +0000 Subject: [PATCH] feat(keda): add path filter to HTTPScaledObject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Filter scales only on inference traffic (/v1/chat/completions): - Ignores probes (/health, /v1/models) - targetPendingRequests defaults (low queue → up) - Keeps scaledownPeriod 900s idle zero --- apps/base/customer1/openclaw/keda-a100.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/customer1/openclaw/keda-a100.yaml b/apps/base/customer1/openclaw/keda-a100.yaml index 0a60ea8..a265668 100644 --- a/apps/base/customer1/openclaw/keda-a100.yaml +++ b/apps/base/customer1/openclaw/keda-a100.yaml @@ -12,6 +12,8 @@ spec: apiVersion: apps/v1 service: openclaw-brain-service port: 8000 + paths: + - path: "^/v1/chat/completions" replicas: min: 0 max: 1