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 = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.blocky-api.entryPoints=websecure",
|
||||
]
|
||||
|
||||
connect {
|
||||
|
@ -64,6 +64,7 @@ job "grafana" {
|
||||
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.grafana.entryPoints=websecure",
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -48,6 +48,7 @@ job "prometheus" {
|
||||
// TODO: Remove traefik tags
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.prometheus.entryPoints=websecure",
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user