aboutsummaryrefslogtreecommitdiff
path: root/nomad/postgres.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-05 16:48:59 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-15 16:06:28 +0200
commitedb0a3737a9f445110d4f6b62b5ba300c9c86e33 (patch)
tree6ae4f48a2af07101465b2bfe4ebed3b9abe79edc /nomad/postgres.hcl
parent24118ab426f08e5bbfd9e53faeab09ac09f44313 (diff)
downloadinfrastructure-alexvm.tar.gz
infrastructure-alexvm.zip
WIP NextCloud using Garage backend, fix app download urlsalexvm
Diffstat (limited to 'nomad/postgres.hcl')
-rw-r--r--nomad/postgres.hcl4
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"