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.
This commit is contained in:
Sirius Claw 2026-04-23 04:07:31 +00:00
parent 0fa26fcd2e
commit e0ce27f7cd

View file

@ -8,9 +8,10 @@ spec:
name: openclaw-brain-vllm name: openclaw-brain-vllm
kind: Deployment kind: Deployment
apiVersion: apps/v1 apiVersion: apps/v1
hosts:
- openclaw-brain-service.customer1.svc.cluster.local
replicas: replicas:
min: 0 min: 0
max: 1 max: 1
host: openclaw-brain-service.customer1.svc.cluster.local
targetPendingRequests: 1 targetPendingRequests: 1
scaledownPeriod: 900 scaledownPeriod: 900