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: