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

11 lines
227 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
services:
service-gitlab:
loadBalancer:
servers:
- url: https://{{ pve_hosts.gitlab.ip }}