From e0ce27f7cd5a9ddb80fab1422905b48afe58af2b Mon Sep 17 00:00:00 2001 From: Sirius Claw Date: Thu, 23 Apr 2026 04:07:31 +0000 Subject: [PATCH] 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. --- apps/base/customer1/openclaw/keda-vllm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/base/customer1/openclaw/keda-vllm.yaml b/apps/base/customer1/openclaw/keda-vllm.yaml index 52fbc1e..0f47a30 100644 --- a/apps/base/customer1/openclaw/keda-vllm.yaml +++ b/apps/base/customer1/openclaw/keda-vllm.yaml @@ -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