chore: update entrypoints from 'websecure' to 'wanwebsecure,lanwebsecure' for all services
Some checks failed
Lint / lint (push) Failing after 7s
Terraform Plan and Apply / cicd (push) Successful in 4m21s

This commit is contained in:
Ben Martin 2025-02-21 22:47:44 +00:00
parent b289f6e600
commit 67a53af8ea
Signed by: ben
GPG key ID: 859A655FCD290E4A
6 changed files with 13 additions and 13 deletions

View file

@ -144,7 +144,7 @@ job "elk" {
tags = [
"traefik.enable=true",
"traefik.http.routers.es.rule=Host(`es.brmartin.co.uk`)",
"traefik.http.routers.es.entrypoints=websecure",
"traefik.http.routers.es.entrypoints=wanwebsecure,lanwebsecure",
"traefik.http.routers.es.service=es",
"traefik.http.services.es.loadbalancer.server.scheme=https",
"traefik.http.services.es.loadbalancer.serversTransport=es@file",
@ -350,7 +350,7 @@ job "elk" {
tags = [
"traefik.enable=true",
"traefik.http.routers.kibana.rule=Host(`kibana.brmartin.co.uk`)",
"traefik.http.routers.kibana.entrypoints=websecure",
"traefik.http.routers.kibana.entrypoints=wanwebsecure,lanwebsecure",
]
}
}