I’m trying to interpret the docs around setting up port configuration for an app using the Kubernetes plugin. Could someone explain what the configuration would look like to accomplish the following?
- app container port: 8080
- app container healthcheck port: 8777 (path is /healthcheck)
- Have ALB listen on 443 and forward to 8080
Based on the above, what would the probe stanza look like?
If it helps, this is a Spring Boot application.
Thanks