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