diff --git a/modules/dummy/jobspec.json b/modules/dummy/jobspec.json index a9e3608..af275b0 100644 --- a/modules/dummy/jobspec.json +++ b/modules/dummy/jobspec.json @@ -48,7 +48,12 @@ "Services": [ { "PortLabel": "www", - "Provider": "nomad" + "Provider": "nomad", + "Name": "web", + "Tags": [ + "traefik.enable=true", + "traefik.http.routers.web.rule=Host(`hello-world.brmartin.co.uk`)" + ] } ] }