Refactor Traefik local_services.yml to remove unnecessary middlewares

This commit is contained in:
2024-09-11 08:45:04 +08:00
parent 6c40facaef
commit 8efffa1b12
-8
View File
@@ -13,8 +13,6 @@ http:
entryPoints:
- https
rule: Host(`proxmox00.swarm.local`)
middlewares:
- admin-auth@swarm
tls: {}
service: proxmox00@file
@@ -22,8 +20,6 @@ http:
entryPoints:
- https
rule: Host(`proxmox01.swarm.local`)
middlewares:
- admin-auth@swarm
tls: {}
service: proxmox01@file
@@ -41,8 +37,6 @@ http:
entryPoints:
- https
rule: Host(`proxmox00.furyhawk.lol`)
middlewares:
- admin-auth@swarm
tls:
certResolver: le
service: proxmox00@file
@@ -51,8 +45,6 @@ http:
entryPoints:
- https
rule: Host(`proxmox01.furyhawk.lol`)
middlewares:
- admin-auth@swarm
tls:
certResolver: le
service: proxmox01@file