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
The service created would be mapped to 8443 port of the pods, thus facilitating the TLS encryption between the Ingress controller and the Trino Coordinator Pod.
Actual result
The port 8443 is assigned to http-server.http.port, which makes the process attempt to listen on the port twice, and ends up in an exception:
UncheckedIOException: Failed to bind to /0.0.0.0:8443
The text was updated successfully, but these errors were encountered:
However, the liveness and readiness probes will still be trying to check containers using HTTP scheme, and there is no parameter in the Helm chart to override it to HTTPS.
Summary
Cannot use TLS encryption b/w Ingress controller and the Service.
Steps to reproduce
Expected result
The service created would be mapped to 8443 port of the pods, thus facilitating the TLS encryption between the Ingress controller and the Trino Coordinator Pod.
Actual result
The port 8443 is assigned to
http-server.http.port
, which makes the process attempt to listen on the port twice, and ends up in an exception:The text was updated successfully, but these errors were encountered: