Harden agent-builder Knative rollout

This commit is contained in:
robert
2026-06-11 19:53:12 -03:00
parent 7c9e906ef1
commit 85181403f3

View File

@@ -5,6 +5,7 @@ metadata:
namespace: agents
annotations:
argocd.argoproj.io/sync-options: ServerSideApply=true
serving.knative.dev/rollout-duration: "120s"
labels:
app: agent-builder
a2a/managed-by: control-plane
@@ -58,6 +59,11 @@ spec:
secretKeyRef: {name: platform-secrets, key: replay_signing_key}
- name: A2A_CP_URL
value: http://control-plane.control-plane.svc.cluster.local
startupProbe:
httpGet: {path: /healthz, port: 8000}
periodSeconds: 5
timeoutSeconds: 3
failureThreshold: 60
readinessProbe:
httpGet: {path: /healthz, port: 8000}
initialDelaySeconds: 8