Use HTTP health check for lightspeed-stack container#128
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Replace the TCP socket readiness/liveness probe with a proper HTTP GET on /readiness and /liveness. We also need to set the authentication.skip_for_health_probes to true for the kubernetes probes to work. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lpiwowar, umago The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a8a71f8
into
openstack-lightspeed:lcore-migration
Replace the TCP socket readiness/liveness probe with a proper HTTP GET on /readiness and /liveness.
We also need to set the authentication.skip_for_health_probes to true for the kubernetes probes to work.
Summary by CodeRabbit
New Features
Bug Fixes