razee-io / Razeedash

Dashboard for Razee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default container port for Razee should be > 1024

mckaymic opened this issue · comments

Describe the bug
Razee fails to start on Openshift clusters because the containers don't run as root. It fails because RazeeDash is trying to listen on port 80 which isn't allowed for non-root users.

Expected behavior
Razeedash should listen by default on port 3000 (Meteor default port). The Kube service which exposes Razeedash will map to port 80.