EDITD / kubetools

:nut_and_bolt: Kubetools is a tool and processes for developing and deploying microservices to Kubernetes.
MIT License
13 stars 2 forks source link

add timeoutSeconds for `probes` that use `exec` #136

Closed fmcwalters-edited closed 1 year ago

fmcwalters-edited commented 1 year ago

as of Kubernetes 1.20, the timeoutSeconds is now enforced, and has a default value of 1 second. Add this field in and increase to 5 seconds to match other timeoutSeconds defined within Kubetools

PFM-250

Purpose of PR

Parts of the app this will impact

Todos

Additional information

Related links

gchazot commented 1 year ago

Closing as this is not necessary