Cloud API Overview > @adpt/cloud > k8s > Probe > timeoutSeconds
k8s.Probe.timeoutSeconds property
Number of seconds after which the probe times out.
Defaults to 1 second. Minimum value is 1.
More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
Signature:
timeoutSeconds?: number;