]
Martin Choma commented on WFWIP-194:
------------------------------------
As I have realized exposing port on container is just informative. Does not prevent of
creating service to connect to any port container is listening to. Thus I am dropping
priority.
[1]
Operator does not provide way to expose arbitrary port
------------------------------------------------------
Key: WFWIP-194
URL:
https://issues.jboss.org/browse/WFWIP-194
Project: WildFly WIP
Issue Type: Bug
Components: OpenShift
Reporter: Martin Choma
Assignee: Jeff Mesnil
Priority: Blocker
Labels: operator
Going through non-Operator approach scenarios we have identified Operator is missing this
feature: way to expose arbitrary container port, e.g:
- https:8443
- jolokia:8778
- debugging:5000
- dns-ping:8888
- any app specific port
Could be partially workarounded by `oc port-forward` capability