Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > readinessProbe
k8s.ContainerSpec.readinessProbe property
Periodic probe of container service readiness.
Container will be removed from service endpoints if the probe fails. Cannot be updated.
More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
Signature:
readinessProbe?: Probe;