Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs

This commit is contained in:
2024-09-11 08:57:36 +08:00
parent 8efffa1b12
commit b920f77921
+2 -2
View File
@@ -59,9 +59,9 @@ http:
proxmox00:
loadBalancer:
servers:
- url: http://192.168.50.210:8006
- url: https://192.168.50.210:8006
proxmox01:
loadBalancer:
servers:
- url: http://192.168.50.201:8006
- url: https://192.168.50.201:8006