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

fix(keda): simplify HTTPScaledObject to valid schema fields only
This commit is contained in:
sirius0xdev 2026-04-29 00:56:13 -04:00 committed by GitHub
commit b9e8448956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -5,15 +5,14 @@ metadata:
namespace: customer1
spec:
hosts:
- a100-vllm.internal.cluster # Replace with actual internal routing host if needed
- a100-vllm.internal.cluster
scaleTargetRef:
name: openclaw-brain-vllm
kind: Deployment
apiVersion: apps/v1
service: openclaw-brain-service
port: 8000
replicas:
min: 0
max: 1
scaledownPeriod: 900 # 15 minutes of idle time before scaling to zero
pollingInterval: 10

View file

@ -12,10 +12,7 @@ spec:
apiVersion: apps/v1
service: rtx6000-brain-service
port: 8000
replicas:
min: 0
max: 1
pollingInterval: 10
cooldownPeriod: 30
scaledownPeriod: 900