You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always use the provided value from decorators: #258
Known issues
Because this issue on Dekorate side, the port HTTPS was randomly used for some health checks. Note that this happens even if we set a concrete port in Quarkus using quarkus.kubernetes.readiness-probe.http-action-port-name or quarkus.kubernetes.readiness-probe.http-action-port. This will be fixed in Quarkus upstream by this pull request.
Therefore, the only workaround is that if you are not using the port HTTPS, you explicitly disable it by adding the Quarkus property: quarkus.http.insecure-requests=disabled.