added nas/traefik

This commit is contained in:
2024-03-24 02:26:04 +00:00
parent 484492c4c0
commit 728e01bc79
7 changed files with 448 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