refactor: Remove support for port 444
This commit is contained in:
parent
d3d6abdde8
commit
052c75849d
1 changed files with 1 additions and 17 deletions
|
@ -9,23 +9,7 @@
|
|||
providers.kubernetesIngress.allowExternalNameServices = true;
|
||||
service.loadBalancerIP = myLib.globals.traefikIPv4;
|
||||
|
||||
ports = {
|
||||
localsecure = {
|
||||
port = 8444;
|
||||
expose = true;
|
||||
exposedPort = 444;
|
||||
protocol = "TCP";
|
||||
|
||||
tls = {
|
||||
enabled = true;
|
||||
options = "";
|
||||
certResolver = "";
|
||||
domains = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
web.redirectTo = "websecure";
|
||||
};
|
||||
ports.web.redirectTo = "websecure";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue