mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and update serversTransport configuration
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
http:
|
http:
|
||||||
|
serversTransports:
|
||||||
|
pvetransport:
|
||||||
|
insecureSkipVerify: true
|
||||||
routers:
|
routers:
|
||||||
local-traefik-public-https:
|
local-traefik-public-https:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -37,14 +40,14 @@ http:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`dc00.furyhawk.lol`)
|
rule: Host(`dc00.furyhawk.lol`)
|
||||||
tls: false
|
tls: {}
|
||||||
service: proxmox00@file
|
service: proxmox00@file
|
||||||
|
|
||||||
proxmox01:
|
proxmox01:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- https
|
- https
|
||||||
rule: Host(`dc01.furyhawk.lol`)
|
rule: Host(`dc01.furyhawk.lol`)
|
||||||
tls: false
|
tls: {}
|
||||||
service: proxmox01@file
|
service: proxmox01@file
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@@ -56,10 +59,14 @@ http:
|
|||||||
|
|
||||||
proxmox00:
|
proxmox00:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
passHostHeader: true
|
||||||
|
serversTransport: "pvetransport"
|
||||||
servers:
|
servers:
|
||||||
- url: "https://192.168.50.210:8006"
|
- url: "https://192.168.50.210:8006"
|
||||||
|
|
||||||
proxmox01:
|
proxmox01:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
passHostHeader: true
|
||||||
|
serversTransport: "pvetransport"
|
||||||
servers:
|
servers:
|
||||||
- url: "https://192.168.50.201:8006"
|
- url: "https://192.168.50.201:8006"
|
||||||
|
|||||||
Reference in New Issue
Block a user