Limit all existing services to websecure entrypoint

This will be a bigger issue if exposing a public entrypoint.
This commit is contained in:
IamTheFij 2022-11-10 13:34:55 -08:00
parent 29110eaf47
commit 3077e66e70
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ job "blocky" {
tags = [
"traefik.enable=true",
"traefik.http.routers.blocky-api.entryPoints=websecure",
]
connect {

View File

@ -64,6 +64,7 @@ job "grafana" {
tags = [
"traefik.enable=true",
"traefik.http.routers.grafana.entryPoints=websecure",
]
}

View File

@ -48,6 +48,7 @@ job "prometheus" {
// TODO: Remove traefik tags
tags = [
"traefik.enable=true",
"traefik.http.routers.prometheus.entryPoints=websecure",
]
}