-
Task
-
Resolution: Done
-
Major
-
None
-
None
The Operator should be consistent with default probes configuration provided by Helm Chart, this task is to align them.
The current default probe values for EAP Helm Charts are:
livenessProbe:
httpGet:
path: /health/live
port: admin
scheme: HTTP
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
failureThreshold: 3
initialDelaySeconds: 0
readinessProbe:
httpGet:
path: /health/ready
port: admin
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
failureThreshold: 3
startupProbe:
httpGet:
path: /health/started
port: admin
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
failureThreshold: 11
- is incorporated by
-
JBEAP-28272 Release EAP Operator 3.2.0
-
- Closed
-