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:
commit
60fcc0bd7f
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ spec:
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
service: openclaw-brain-service
|
service: openclaw-brain-service
|
||||||
port: 8000
|
port: 8000
|
||||||
|
paths:
|
||||||
|
- path: "^/v1/chat/completions"
|
||||||
replicas:
|
replicas:
|
||||||
min: 0
|
min: 0
|
||||||
max: 1
|
max: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue