Merge pull request #66 from sirius0xdev/feat/optimize-rtx6000-vllm-keda-scaling

fix(keda): remove invalid spec.paths from HTTPScaledObject
This commit is contained in:
sirius0xdev 2026-04-29 00:50:53 -04:00 committed by GitHub
commit 2de02d75c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -12,8 +12,7 @@ spec:
apiVersion: apps/v1
service: rtx6000-brain-service
port: 8000
paths:
- path: "^/v1/(chat/)?completions"
replicas:
min: 0
max: 1