change essd format
This commit is contained in:
parent
e38d822ef1
commit
d47e7be637
2 changed files with 27 additions and 1 deletions
|
|
@ -27,6 +27,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
tv = {
|
||||
rule = "Host(`tv.yanlincs.com`)";
|
||||
service = "tv";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -40,6 +51,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
tv = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://nfss.yanlincs.com:32400";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue