Redirect HTTP to HTTPS
This commit is contained in:
parent
5b78f92812
commit
253515d3fa
1 changed files with 14 additions and 10 deletions
|
@ -11,7 +11,8 @@
|
|||
providers.kubernetesIngress.allowExternalNameServices = true;
|
||||
service.loadBalancerIP = myLib.globals.traefikIPv4;
|
||||
|
||||
ports.localsecure = {
|
||||
ports = {
|
||||
localsecure = {
|
||||
port = 8444;
|
||||
expose = true;
|
||||
exposedPort = 444;
|
||||
|
@ -24,6 +25,9 @@
|
|||
domains = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
web.redirectTo = "websecure";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue