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",
|
"Datacenter": "prod",
|
||||||
"Node": "spoutnik",
|
"Node": "spoutnik",
|
||||||
"Address": "192.168.1.60",
|
"Address": "192.168.1.51",
|
||||||
"NodeMeta": {
|
"NodeMeta": {
|
||||||
"site": "scorpio",
|
"site": "scorpio",
|
||||||
"cname_target": "scorpio.site.deuxfleurs.fr."
|
"cname_target": "scorpio.site.deuxfleurs.fr."
|
||||||
},
|
},
|
||||||
"Service": {
|
"Service": {
|
||||||
"Service": "adrien-nginx",
|
"Service": "adrien-nginx",
|
||||||
"Tags": ["tricot-https *.luxeylab.net"],
|
"Tags": [
|
||||||
"Address": "192.168.1.60",
|
"tricot-https *.luxeylab.net",
|
||||||
|
"tricot-https *.zinz.dev"
|
||||||
|
],
|
||||||
|
"Address": "192.168.1.51",
|
||||||
"Port": 443
|
"Port": 443
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue