readinessProbe

TIBCO BPM Enterprise uses the Kubernetes readinessProbe to determine a container's readiness to accept work.

Kubernetes can perform an HTTPGetAction on the following REST endpoint to probe for readiness:

path: /bpm/adapter/v1/readiness
port: <port_used_for_BPM_services>

TIBCO BPM Enterprise returns one of the following responses:

The readiness REST endpoint has no required authentication.

The following parameters can be defined with the readinessProbe: