chore(keycloak): use memory oversubscription
All checks were successful
Terraform Plan and Apply / cicd (push) Successful in 32s
Lint / lint (push) Successful in 46s

This commit is contained in:
Ben Martin 2025-02-23 01:24:36 +00:00
parent 3e804927eb
commit 47ef480a9e
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -63,8 +63,9 @@ job "keycloak" {
} }
resources { resources {
cpu = 500 cpu = 500
memory = 512 memory = 512
memory_max = 1024
} }
template { template {