Document implementation of NGINX Ingress Operator

Summary

In https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/179, we decided to deploy the NGINX objects from our GitLab Helm Chart to ensure SSH is supported 'out of the box'. One drawback from that solution is that the 'flavor' of NGINX Ingress Controller used is kubernetes/ingress-nginx, which has no RedHat-certified image for those deploying on OpenShift environments.

We should document the process of using the NGINX Inc. Ingress Operator, which does have a RedHat-certified image.

Relevant notes of the installation process are in this comment.

Acceptance criteria

Documetnation should include:

Edited by Mitchell Nielsen