redpanda-operator
redpanda-operator copied to clipboard
feat: Support for the timeoutSeconds parameter in the livenessProbe for the Redpanda cluster.
According to the documentation and code, the current CRD supports three parameters for configuring the livenessProbe: FailureThreshold, InitialDelaySeconds, and PeriodSeconds.
It would be great if the Redpanda operator also provided the ability to configure timeoutSeconds
JIRA Link: K8S-315