Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change liveness and readiness health probes scheme from HTTPS to HTTP #529

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

tjementum
Copy link
Member

Summary & Motivation

Change liveness and readiness health probes scheme from HTTPS to HTTP. In a previous pull request, we switched from TCP to HTTP health probes for the API in Azure Container App. However, these failed to start because the scheme was set to HTTPS instead of HTTP. This PR corrects the scheme to HTTP, ensuring proper functionality.

Checklist

  • I have added a Label to the pull-request
  • I have added tests, and done manual regression tests
  • I have updated the documentation, if necessary

@tjementum tjementum added the Bug Something isn't working label Jul 8, 2024
@tjementum tjementum self-assigned this Jul 8, 2024
@tjementum tjementum requested a review from a team as a code owner July 8, 2024 07:48
@tjementum tjementum merged commit c505dbd into main Jul 8, 2024
4 checks passed
@tjementum tjementum deleted the fix-health-probes-checks branch July 8, 2024 07:52
@tjementum tjementum linked an issue Jul 8, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure HTTPS health probes
1 participant