traefik/configs/dynamic/registry.yml
hcornet 92fd0f9d47
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m35s
first sync
2024-12-23 19:01:46 +01:00

14 lines
247 B
YAML

http:
routers:
harbor:
service: harbor
rule: "Host(`registry.tips-of-mine.com`)"
tls:
certResolver: production
services:
harbor:
loadBalancer:
servers:
- url: "http://10.0.4.133:8083"