#!/bin/bash -x

# Add proxy for websockets traffic
chkconfig openshift-node-web-proxy on || exit 1
lokkit --port=8000:tcp || exit 1
lokkit --port=8443:tcp || exit 1

exit 0
