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:
parent
0fa26fcd2e
commit
e0ce27f7cd
1 changed files with 2 additions and 1 deletions
|
|
@ -8,9 +8,10 @@ spec:
|
|||
name: openclaw-brain-vllm
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
hosts:
|
||||
- openclaw-brain-service.customer1.svc.cluster.local
|
||||
replicas:
|
||||
min: 0
|
||||
max: 1
|
||||
host: openclaw-brain-service.customer1.svc.cluster.local
|
||||
targetPendingRequests: 1
|
||||
scaledownPeriod: 900
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue