diff --git a/core/blocky/blocky.nomad b/core/blocky/blocky.nomad index ddb0a35..b9e7cce 100644 --- a/core/blocky/blocky.nomad +++ b/core/blocky/blocky.nomad @@ -44,6 +44,7 @@ job "blocky" { tags = [ "traefik.enable=true", + "traefik.http.routers.blocky-api.entryPoints=websecure", ] connect { diff --git a/core/metrics/grafana.nomad b/core/metrics/grafana.nomad index 7e508fa..4b8677d 100644 --- a/core/metrics/grafana.nomad +++ b/core/metrics/grafana.nomad @@ -64,6 +64,7 @@ job "grafana" { tags = [ "traefik.enable=true", + "traefik.http.routers.grafana.entryPoints=websecure", ] } diff --git a/core/metrics/prometheus.nomad b/core/metrics/prometheus.nomad index 13d86f5..a879984 100644 --- a/core/metrics/prometheus.nomad +++ b/core/metrics/prometheus.nomad @@ -48,6 +48,7 @@ job "prometheus" { // TODO: Remove traefik tags tags = [ "traefik.enable=true", + "traefik.http.routers.prometheus.entryPoints=websecure", ] }