IBMStockTrader / account

Account microservice for the IBM Stock Trader sample
Apache License 2.0
0 stars 7 forks source link

Health Check URL #15

Open rtclauss opened 2 months ago

rtclauss commented 2 months ago

Right now, the healthchecking mechanism is expecting the liberty url vs the Quarkus url of: http://<host>:<port>/q/health

This causes the account application to flap when health checks are enabled in the overall stocktrader solution.

jwalcorn commented 2 months ago

Looks like we need to update the account.yaml in the helm chart (which is wrapped by the operator) to have the Quarkus flavor of the health checking URLs (startup, readiness, and liveness)

https://github.com/IBMStockTrader/stocktrader-operator/blob/master/helm-charts/stocktrader/templates/account.yaml#L282-L302