We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a sevice port in OpenShift is named "jolokia" a web link will automatically be added showing the JMX web console:
However when creating a new application by:
oc new-app fabric8/s2i-java~https://github.com/ctron/hono-example-bridge.git
Then the port will be present, but without a name. It would be awesome of fabric8/s2i could somehow trigger the name jolokia on that port.
fabric8/s2i
jolokia
The text was updated successfully, but these errors were encountered:
If I read the documentation correctly this should work with the io.openshift.expose-services LABEL in the Dockerfile: https://docs.openshift.org/latest/creating_images/metadata.html
io.openshift.expose-services
Sorry, something went wrong.
No branches or pull requests
If a sevice port in OpenShift is named "jolokia" a web link will automatically be added showing the JMX web console:
However when creating a new application by:
Then the port will be present, but without a name. It would be awesome of
fabric8/s2i
could somehow trigger the namejolokia
on that port.The text was updated successfully, but these errors were encountered: