Hello Gitlab Community,
I have confiured GitLab with NGINX Ingress in a Kubernetes environment. The GitLab webservice is set up with a ClusterIP type service and accessed through NGINX Ingress. However, when accessing https://gitlab.mydomain.loc
, the port 31024
(31024 is the port number as my nginx ingress controller is of NodePort service type) is appended to the URL, which is not included in the dynamically generated links (e.g., https://gitlab.mydomain.loc/users/sign_in
). This results in issues where users accessing the site without the port number encounter connection errors.