chore(keycloak): update hostname for Keycloak service
All checks were successful
Lint / lint (push) Successful in 1m33s
Terraform Plan and Apply / cicd (push) Successful in 1m17s

This commit is contained in:
Ben Martin 2025-02-20 22:51:00 +00:00
parent 5329628c98
commit b663988a6c
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -59,7 +59,7 @@ job "keycloak" {
KC_HTTP_ENABLED = "true"
KC_PROXY_HEADERS = "xforwarded"
KC_HTTP_HOST = "127.0.0.1"
KC_HOSTNAME = "keycloak.brmartin.co.uk"
KC_HOSTNAME = "sso.brmartin.co.uk"
}
resources {
@ -98,7 +98,7 @@ job "keycloak" {
tags = [
"traefik.enable=true",
"traefik.http.routers.keycloak.rule=Host(`keycloak.brmartin.co.uk`)",
"traefik.http.routers.keycloak.rule=Host(`sso.brmartin.co.uk`)",
"traefik.http.routers.keycloak.entrypoints=websecure",
]