forked from Deuxfleurs/nixcfg
added URL to redirect
This commit is contained in:
parent
4cddb15fa4
commit
9d77b5863a
1 changed files with 6 additions and 3 deletions
|
@ -26,15 +26,18 @@ curl -vv -X PUT http://localhost:8500/v1/catalog/register -H "Content-Type: app
|
|||
{
|
||||
"Datacenter": "prod",
|
||||
"Node": "spoutnik",
|
||||
"Address": "192.168.1.60",
|
||||
"Address": "192.168.1.51",
|
||||
"NodeMeta": {
|
||||
"site": "scorpio",
|
||||
"cname_target": "scorpio.site.deuxfleurs.fr."
|
||||
},
|
||||
"Service": {
|
||||
"Service": "adrien-nginx",
|
||||
"Tags": ["tricot-https *.luxeylab.net"],
|
||||
"Address": "192.168.1.60",
|
||||
"Tags": [
|
||||
"tricot-https *.luxeylab.net",
|
||||
"tricot-https *.zinz.dev"
|
||||
],
|
||||
"Address": "192.168.1.51",
|
||||
"Port": 443
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue