From be37a2f248a6cb9ed4daf60ac8ab8e542840ce24 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 4 Jun 2026 10:31:43 -0300 Subject: [PATCH] Make Knative probe defaults explicit --- 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 282c218..3a24815 100644 --- a/deploy/20-deployment.yaml +++ b/deploy/20-deployment.yaml @@ -59,14 +59,14 @@ spec: - name: A2A_CP_URL value: http://control-plane.control-plane.svc.cluster.local readinessProbe: - httpGet: {path: /healthz} + httpGet: {path: /healthz, port: 8000} initialDelaySeconds: 8 periodSeconds: 5 failureThreshold: 6 successThreshold: 1 timeoutSeconds: 3 livenessProbe: - httpGet: {path: /healthz} + httpGet: {path: /healthz, port: 8000} initialDelaySeconds: 25 periodSeconds: 15 resources: