chore(keycloak): format job specification
All checks were successful
Lint / lint (push) Successful in 3m2s
Terraform Plan and Apply / cicd (push) Successful in 1m9s

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

View file

@ -50,21 +50,21 @@ job "keycloak" {
} }
env = { env = {
KC_DB = "postgres" KC_DB = "postgres"
KC_DB_USERNAME = "keycloak" KC_DB_USERNAME = "keycloak"
KC_DB_URL_HOST = "martinibar.lan" KC_DB_URL_HOST = "martinibar.lan"
KC_DB_URL_PORT = "5433" KC_DB_URL_PORT = "5433"
KC_DB_URL_PROPERTIES = "?sslmode=disable" KC_DB_URL_PROPERTIES = "?sslmode=disable"
KC_DB_URL_DATABASE = "keycloak" KC_DB_URL_DATABASE = "keycloak"
KC_HTTP_ENABLED = "true" KC_HTTP_ENABLED = "true"
KC_PROXY_HEADERS = "xforwarded" KC_PROXY_HEADERS = "xforwarded"
KC_HTTP_HOST = "127.0.0.1" KC_HTTP_HOST = "127.0.0.1"
KC_HOSTNAME = "keycloak.brmartin.co.uk" KC_HOSTNAME = "keycloak.brmartin.co.uk"
} }
resources { resources {
cpu = 500 cpu = 500
memory = 512 memory = 512
} }
template { template {