diff options
Diffstat (limited to 'nomad/postgres.hcl')
-rw-r--r-- | nomad/postgres.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/postgres.hcl b/nomad/postgres.hcl index 456156e..8e7c221 100644 --- a/nomad/postgres.hcl +++ b/nomad/postgres.hcl @@ -1,5 +1,5 @@ job "postgres" { - datacenters = ["dc1"] + datacenters = ["dc1", "belair"] type = "system" priority = 90 @@ -113,7 +113,7 @@ job "postgres" { } resources { - memory = 500 + memory = 200 network { port "psql_port" { static = "5433" |