remove mongodb from nfss
This commit is contained in:
parent
8b23b480bf
commit
ee24f2848b
5 changed files with 2 additions and 32 deletions
|
|
@ -44,20 +44,5 @@
|
|||
|
||||
};
|
||||
|
||||
tcp = {
|
||||
routers.mongodb = {
|
||||
rule = "HostSNI(`mongodb.yanlincs.com`)";
|
||||
service = "mongodb";
|
||||
entrypoints = [ "mongodb" ];
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{ main = "*.yanlincs.com"; }];
|
||||
};
|
||||
};
|
||||
services.mongodb = {
|
||||
loadBalancer.servers = [{ address = "nfss.yanlincs.com:27017"; }];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue