Closed TylerHelmuth closed 5 months ago
Allows users to configure readiness and liveness probes values
initialDelaySeconds
periodSeconds
timeoutSeconds
failureThreshold
livenessProbe
readinessProbe
Tested locally
Which problem is this PR solving?
Allows users to configure readiness and liveness probes values
Short description of the changes
initialDelaySeconds
,periodSeconds
,timeoutSeconds
, andfailureThreshold
forlivenessProbe
andreadinessProbe
.How to verify that this has the expected result
Tested locally