I’ve enabled the registry in my Gitlab server. It’s the latest (12.4.3) docker image, which is based on the omnibus package. As there is ingress controller inside Kubernetes I’m running gitlab without HTTPS. Is there an option to set docker registry to HTTP only too? The documentation lacks this information and only states that it is out of scope.
Neither of the solutions I have found in this forum worked (most of them are few years old). Can you please share the correct piece of gitlab.rb config?
AFAIU, there is no HTTP option. GitLab container registry requires that you set registry_nginx['ssl_certificate'] and registry_nginx['ssl_certificate_key']