Merge pull request #57 from sirius0xdev/feat/keda-path-filter

feat(keda): add path filter to HTTPScaledObject (/v1/chat/completions only)
This commit is contained in:
sirius0xdev 2026-04-25 20:15:31 -04:00 committed by GitHub
commit 60fcc0bd7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ spec:
apiVersion: apps/v1
service: openclaw-brain-service
port: 8000
paths:
- path: "^/v1/chat/completions"
replicas:
min: 0
max: 1