Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 455 Bytes

OpenShift Network Playground Reverse Proxy

A Golang powered reverse proxy for all the clusters that are deployed in OpenShift Network Playground.

Installation

sudo git clone https://github.com/kevydotvinu/ocp-reverse-proxy \
	       /opt/openshift-network-playground/reverse-proxy
sudo cp /opt/openshift-network-playground/reverse-proxy/reverse-proxy.service \
        /etc/systemd/system/reverse-proxy.service
sudo systemctl daemon-reload