infrastructure/ansible/roles/traefik/files/file-provider-gitlab.yml
2022-02-25 21:48:13 +00:00

14 lines
335 B
YAML

http:
routers:
router-gitlab:
rule: Host(`git.theorangeone.net`)
service: service-gitlab
router-gitlab-registry:
rule: Host(`registry.git.theorangeone.net`)
service: service-gitlab
services:
service-gitlab:
loadBalancer:
servers:
- url: https://{{ pve_hosts.gitlab.ip }}