Make Knative probe defaults explicit

This commit is contained in:
robert
2026-06-04 10:31:43 -03:00
parent ec903e10a7
commit be37a2f248

View File

@@ -59,14 +59,14 @@ spec:
- name: A2A_CP_URL - name: A2A_CP_URL
value: http://control-plane.control-plane.svc.cluster.local value: http://control-plane.control-plane.svc.cluster.local
readinessProbe: readinessProbe:
httpGet: {path: /healthz} httpGet: {path: /healthz, port: 8000}
initialDelaySeconds: 8 initialDelaySeconds: 8
periodSeconds: 5 periodSeconds: 5
failureThreshold: 6 failureThreshold: 6
successThreshold: 1 successThreshold: 1
timeoutSeconds: 3 timeoutSeconds: 3
livenessProbe: livenessProbe:
httpGet: {path: /healthz} httpGet: {path: /healthz, port: 8000}
initialDelaySeconds: 25 initialDelaySeconds: 25
periodSeconds: 15 periodSeconds: 15
resources: resources: