added URL to redirect

This commit is contained in:
ADRN 2024-02-05 00:43:14 +01:00
parent 4cddb15fa4
commit 9d77b5863a

View file

@ -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
} }
} }