feat: HA ingress with keepalived and traefik
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user