Limit all existing services to websecure entrypoint
This will be a bigger issue if exposing a public entrypoint.
This commit is contained in:
parent
29110eaf47
commit
3077e66e70
@ -44,6 +44,7 @@ job "blocky" {
|
|||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
|
"traefik.http.routers.blocky-api.entryPoints=websecure",
|
||||||
]
|
]
|
||||||
|
|
||||||
connect {
|
connect {
|
||||||
|
@ -64,6 +64,7 @@ job "grafana" {
|
|||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
|
"traefik.http.routers.grafana.entryPoints=websecure",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ job "prometheus" {
|
|||||||
// TODO: Remove traefik tags
|
// TODO: Remove traefik tags
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
|
"traefik.http.routers.prometheus.entryPoints=websecure",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user