feat: HA ingress with keepalived and traefik

This commit is contained in:
Lino Silva
2026-03-30 21:53:19 +01:00
parent 97e7d65f42
commit 82a433fc26
5 changed files with 14 additions and 9 deletions
@@ -1,6 +1,7 @@
api:
dashboard: true
debug: true
insecure: true
entryPoints:
http:
@@ -12,6 +13,8 @@ entryPoints:
scheme: https
https:
address: ":443"
traefik:
address: ":8080"
serversTransport:
insecureSkipVerify: true