Promote GitLab to main git. domain

This commit is contained in:
Jake Howard
2021-06-02 19:49:28 +01:00
parent 6c23180591
commit d751a023da
4 changed files with 3 additions and 11 deletions

View File

@ -1,4 +1,4 @@
external_url 'https://code.theorangeone.net'
external_url 'https://git.theorangeone.net'
nginx['redirect_http_to_https'] = false
alertmanager['enable'] = false
prometheus_monitoring['enable'] = false

View File

@ -7,7 +7,7 @@ check_interval = 10
[[runners]]
name = "runner"
url = "https://code.theorangeone.net"
url = "https://git.theorangeone.net"
token = "{{ gitlab_runner_token }}"
limit = 0
executor = "docker"

View File

@ -1,7 +1,7 @@
http:
routers:
router-gitlab:
rule: Host(`code.theorangeone.net`)
rule: Host(`git.theorangeone.net`)
service: service-gitlab
tls:
certResolver: le