Put GitLab on a real domain

This commit is contained in:
Jake Howard
2021-05-29 16:21:47 +01:00
parent 9118938fea
commit 69abafd8c8
6 changed files with 35 additions and 3 deletions

View File

@ -0,0 +1,12 @@
http:
routers:
router-gitlab:
rule: Host(`code.theorangeone.net`)
service: service-gitlab
tls:
certResolver: le
services:
service-gitlab:
loadBalancer:
servers:
- url: https://{{ pve_hosts.gitlab.ip }}