Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and remove unnecessary middlewares

This commit is contained in:
2024-09-11 09:23:24 +08:00
parent e857335c91
commit b3ef40e93b
+7 -3
View File
@@ -37,12 +37,16 @@ http:
entryPoints:
- https
rule: Host(`proxmox00.furyhawk.lol`)
tls:
certResolver: le
service: proxmox00@file
proxmox01:
entryPoints:
- https
rule: Host(`proxmox01.furyhawk.lol`)
tls:
certResolver: le
service: proxmox01@file
services:
@@ -50,14 +54,14 @@ http:
coco_desktop:
loadBalancer:
servers:
- url: http://192.168.50.178:5000
- url: "http://192.168.50.178:5000"
proxmox00:
loadBalancer:
servers:
- url: https://192.168.50.210:8006
- url: "https://192.168.50.210:8006"
proxmox01:
loadBalancer:
servers:
- url: https://192.168.50.201:8006
- url: "https://192.168.50.201:8006"