diff options
Diffstat (limited to 'cluster/prod/register_external_services.sh')
-rwxr-xr-x | cluster/prod/register_external_services.sh | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cluster/prod/register_external_services.sh b/cluster/prod/register_external_services.sh index aed55ad..8800f71 100755 --- a/cluster/prod/register_external_services.sh +++ b/cluster/prod/register_external_services.sh @@ -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 } } |