Can git clone using ssh for gitlab installing in k8s or openshift

Hi Buddy,
May I know any one have tried to install gitlab-ce in k8s or openshift?
I tried to clone the gitlab project with the URL endpoint exposed by openshift using SSH, command as following command : “git clone ssh://git@example-domain.com:80/ich/project-1”

And got following errors:

Cloning into ‘project-1’…
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.

I am getting the same error when cloning/pushing a remote GitLab repo using ssh keys. This key and repo existed for months and always worked. No changes have been made on our side.

you gitlab is hosting in k8s or openshift?

Not sure how to answer that. I haven’t specified hosting platform explicitly. My repo is just a Python code and the repo was created via GitLab UI.