Skip to content

1.0.8

Compare
Choose a tag to compare
@Sgitario Sgitario released this 13 Jun 08:08
· 147 commits to main since this release

Fixes

  • 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.