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

13 lines
264 B
YAML
Raw Normal View History

2021-05-29 16:21:47 +01:00
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 }}