gcloud-lab/apps/base/customer1/openclaw/keda-vllm.yaml
Sirius Claw e0ce27f7cd fix(keda): use 'hosts' array instead of 'host' to match installed CRD schema
Fixes: .spec.host: field not declared in schema error during Flux dry-run.
2026-04-23 04:07:31 +00:00

17 lines
375 B
YAML

apiVersion: http.keda.sh/v1alpha1
kind: HTTPScaledObject
metadata:
name: openclaw-brain-a100-scaling
namespace: customer1
spec:
scaleTargetRef:
name: openclaw-brain-vllm
kind: Deployment
apiVersion: apps/v1
hosts:
- openclaw-brain-service.customer1.svc.cluster.local
replicas:
min: 0
max: 1
targetPendingRequests: 1
scaledownPeriod: 900