readinessTimeoutSeconds

Description

Note: This property is only available in version 1.6.5 onward.

The readinessTimeoutSeconds property sets a maximum amount of time (in seconds) to wait for a given DataPower Pod to become Ready; if the Pod does not become Ready within this time, it will be restarted.

The minimum allowed value is 60 seconds.

Example

apiVersion: datapower.ibm.com/v1beta3
kind: DataPowerService
metadata:
  name: example
spec:
  readinessTimeoutSeconds: 600