wildfly / wildfly-charts

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

[#32] Add support for configuring Kubernetes startup probe #34

Closed yersan closed 2 years ago

yersan commented 3 years ago

Adds a default startup probe of 3min to help out slow applications to start.

fixes #37

jmesnil commented 3 years ago

oh, one more thing. As we change the wildfly-common library, we have to bump it to 1.4.0 in https://github.com/wildfly/wildfly-charts/blob/main/charts/wildfly-common/Chart.yaml#L5.

We also have to update the wildfly version to 1.5.0 (at https://github.com/wildfly/wildfly-charts/blob/0ace58edcb6df2fd4f3c1b7c8aee228d1d504a7d/charts/wildfly/Chart.yaml#L5) and make it depend on wildfly-common 1.4.0 at https://github.com/wildfly/wildfly-charts/blob/0ace58edcb6df2fd4f3c1b7c8aee228d1d504a7d/charts/wildfly/Chart.yaml#L19

yersan commented 3 years ago

Done @jmesnil