infrastructure/ansible/roles/traefik/files/file-provider-gitlab.yml

14 lines
335 B
YAML
Raw Normal View History

2021-05-29 16:21:47 +01:00
http:
routers:
router-gitlab:
2021-06-02 19:49:28 +01:00
rule: Host(`git.theorangeone.net`)
2021-05-29 16:21:47 +01:00
service: service-gitlab
2022-02-25 21:48:13 +00:00
router-gitlab-registry:
rule: Host(`registry.git.theorangeone.net`)
service: service-gitlab
2021-05-29 16:21:47 +01:00
services:
service-gitlab:
loadBalancer:
servers:
- url: https://{{ pve_hosts.gitlab.ip }}