wildfly / wildfly-charts

Helm Charts for WildFly
https://docs.wildfly.org/wildfly-charts/
Apache License 2.0
3 stars 14 forks source link

Add support for configuring kubernetes startup probe #32

Closed jmesnil closed 3 years ago

jmesnil commented 3 years ago

Is your feature request related to a problem? Please describe.

Kubernetes define a specific startup probe for applications that are slow to start: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-startup-probes

We should provide a way to define such a probe from the Helm Chart.

This would add a deploy.startupProbe whose content will be a YAML configuration of the startup probe as defined in https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-startup-probes

jmesnil commented 3 years ago

This feature would follow up what we did for readiness and liveness probes:

yersan commented 3 years ago

This is superseded by https://github.com/wildfly/wildfly-charts/issues/37