Closed gsaudade99 closed 5 months ago
could you please try to config registry.relativeurls
to be true
.
This issue is being marked stale due to a period of inactivity. If this issue is still relevant, please comment or remove the stale label. Otherwise, this issue will close in 30 days.
Hello, sorry for the late response.
Yes the releative urls fixed the problem for me!
Thank you very much.
Hello, Im currently testing k8s harbor setup in our new datacenter. The datacenter is behind a opnsense. I have managed to migrate services and resolve them using the HAProxy in the opnsense.
I have managed to install harbor, login and resolve the dns correctly. Harbor is exposed using metallb in l2 mode. Im currently facing the issue where It keeps retrying to push the image to the repository and eventually gives a 500 erorr.
All ssl termination is in the HAProxy.
Bellow Is my values.yml configuration:
Some of the logs while trying to push to the registry. Results in a 401. The docker login also results in 401.
I think the problem here is that the harbor as TLS Disabled and trys to connect to port 80 instead of port 443 and docker doenst allow that while trying to push a image (?).
Any help provided is welcome. Thanks.