added example custom entries for traefik

This commit is contained in:
2024-01-08 20:49:59 +00:00
parent 69348652df
commit 2d66692b26
2 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
http:
routers:
example-router:
rule: "Host(`example.domain.tld`)"
service: example-service
services:
example-service:
loadBalancer:
servers:
- url: "http://192.168.0.197:8081"
passHostHeader: true