From 7c9e906ef16d6ee08397e4e9eb5d8bc0231d4651 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 11 Jun 2026 09:32:14 -0300 Subject: [PATCH] Clamp agent-builder Knative timeout --- deploy/20-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/20-deployment.yaml b/deploy/20-deployment.yaml index 6563b12..798cbb3 100644 --- a/deploy/20-deployment.yaml +++ b/deploy/20-deployment.yaml @@ -22,8 +22,8 @@ spec: spec: enableServiceLinks: false containerConcurrency: 10 - timeoutSeconds: 3600 - responseStartTimeoutSeconds: 3600 + timeoutSeconds: 1800 + responseStartTimeoutSeconds: 1800 containers: - name: agent image: registry.a2acloud.io/agents/agent-builder:c5fdaba8488c267c70484f426dc6964f7b4d39c5