'How can i run gitlab instance with two domain name?
we have a gitlab instance in Docker, we migrate recently to this instance from another deployed with helm Chart, and I would like to run Gitlab with two urls the recent and the alias i was created for the old in LB, to avoid changing so many parametres whithin gitlab config.
Solution 1:[1]
It's currently not supported. You may be interested in following this issue: https://gitlab.com/gitlab-org/gitlab/-/issues/21319
As a workaround you could probably try using some proxy in between that would rewrite URL's or simply redirect from old URL to the new one
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Lukasz Korbasiewicz |
