jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
895 stars 282 forks source link

add minReadySeconds param to the helm chart deployment (#1) #1243

Closed alexku7 closed 1 year ago

alexku7 commented 1 year ago

Description adding .spec.minReadySeconds to the deployment pod. Intended to prevent cases when the pod is crashing few seconds after start ( for example due the bad configuration)

jertel commented 1 year ago

Please add this line to the Other section at the top of CHANGELOG.md:

- [Helm] Expose minReadySeconds parameter to assist in detecting failed deployments - [#1243](https://github.com/jertel/elastalert2/pull/1243) - @alexku7 
alexku7 commented 1 year ago

Please add this line to the Other section at the top of CHANGELOG.md:

- [Helm] Expose minReadySeconds parameter to assist in detecting failed deployments - [#1243](https://github.com/jertel/elastalert2/pull/1243) - @alexku7 

Done. Thanks