Short for initialDelaySeconds: Number of seconds after the container has started before liveness or readiness probes are initiated.
Sends a HTTP request to this path for the probe check. Only provide this OR a command.
Short for periodSeconds: How often (in seconds) to perform the probe.
Generated using TypeDoc
Comand to execute on the container for the probe. Only provide this OR a HTTP path.