mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Refactor Traefik local_services.yml to remove unnecessary middlewares
This commit is contained in:
@@ -13,8 +13,6 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.swarm.local`)
|
rule: Host(`proxmox00.swarm.local`)
|
||||||
middlewares:
|
|
||||||
- admin-auth@swarm
|
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
@@ -22,8 +20,6 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.swarm.local`)
|
rule: Host(`proxmox01.swarm.local`)
|
||||||
middlewares:
|
|
||||||
- admin-auth@swarm
|
|
||||||
tls: {}
|
tls: {}
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
@@ -41,8 +37,6 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox00.furyhawk.lol`)
|
rule: Host(`proxmox00.furyhawk.lol`)
|
||||||
middlewares:
|
|
||||||
- admin-auth@swarm
|
|
||||||
tls:
|
tls:
|
||||||
certResolver: le
|
certResolver: le
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
@@ -51,8 +45,6 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`proxmox01.furyhawk.lol`)
|
rule: Host(`proxmox01.furyhawk.lol`)
|
||||||
middlewares:
|
|
||||||
- admin-auth@swarm
|
|
||||||
tls:
|
tls:
|
||||||
certResolver: le
|
certResolver: le
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|||||||
Reference in New Issue
Block a user