platformplatform / PlatformPlatform

Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
258 stars 26 forks source link

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

Closed tjementum closed 4 months ago

tjementum commented 4 months ago

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