First cut at GitLab on OpenShift.
Based on Red Hat CoP GitLab SSL template, but SSL passthrough removed in favour of route "edge" TLS termination. The version has also been bumped to GitLab 12.10.14.
- Fork, then clone this repository.
- Update the following:
- In
gitlab-route.yaml
, update thehost
togitlab.<your apps wildard route>
- In
gitlab-dc.yaml
, updaate theexternal_url
value in theGITHUB_OMNIBUS_CONFIG
to match your route urlhttps://gitlab.<your apps wildard url>/
- In
oc apply -k <repository path>