-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding configuration for exposing ports. #383
Comments
I'm thinking configuration would be this for gradle:
For maven:
Would be equivalent to adding this to a Dockerfile:
We could name the parameters something different ("expose" instead of "exposedPorts?") |
What's the interaction between this being configured on the container and someone exposing ports in their deployment configuration (kube yaml)? |
I believe exposing the ports on the container would mean that it would not need to be exposed in the pod container definition in the kube yaml. |
@TadCordle I think calling it |
No description provided.
The text was updated successfully, but these errors were encountered: