Workers with metrics enabled it only exposes port 8081 and not the prometheus endpoint. ```bash bash$ ./oshinko create test --metrics=prometheus shared cluster "test" created bash$ oc get pods NAME READY STATUS RESTARTS AGE test-m-1-42v74 1/1 Running 0 25s test-w-1-79b7x 1/1 Running 0 25s bash$ oc describe pod test-w-1-79b7x |grep "Port" Port: 8081/TCP ```
Workers with metrics enabled it only exposes port 8081 and not the prometheus endpoint.