Refactor Traefik local_services.yml to use HTTPS for Proxmox URLs and update domain names
This commit is contained in:
@@ -12,14 +12,14 @@ http:
|
||||
local-proxmox00:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`proxmox00.swarm.local`)
|
||||
rule: Host(`dc00.swarm.local`)
|
||||
tls: {}
|
||||
service: proxmox00@file
|
||||
|
||||
local-proxmox01:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`proxmox01.swarm.local`)
|
||||
rule: Host(`dc01.swarm.local`)
|
||||
tls: {}
|
||||
service: proxmox01@file
|
||||
|
||||
@@ -36,7 +36,7 @@ http:
|
||||
proxmox00:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`proxmox00.furyhawk.lol`)
|
||||
rule: Host(`dc00.furyhawk.lol`)
|
||||
tls:
|
||||
certResolver: le
|
||||
service: proxmox00@file
|
||||
@@ -44,7 +44,7 @@ http:
|
||||
proxmox01:
|
||||
entryPoints:
|
||||
- https
|
||||
rule: Host(`proxmox01.furyhawk.lol`)
|
||||
rule: Host(`dc01.furyhawk.lol`)
|
||||
tls:
|
||||
certResolver: le
|
||||
service: proxmox01@file
|
||||
|
||||
Reference in New Issue
Block a user