class Gitlab::QA::Component::Gitlab

def gitlab_port

def gitlab_port
  tls ? ["443:443"] : ["80"]
end