Make Knative probe defaults explicit
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user