diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-01 19:04:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-04-01 19:04:50 +0200 |
commit | 474c4575f418ff3e75313a03dc140a7930e2176a (patch) | |
tree | 26846b942b3bff19e84832cd63f5cbd547c57a81 | |
parent | 5126868e30960ef77af8b87357d1fd8646972397 (diff) | |
download | infrastructure-474c4575f418ff3e75313a03dc140a7930e2176a.tar.gz infrastructure-474c4575f418ff3e75313a03dc140a7930e2176a.zip |
Rename postgres
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index 8c72ee3..96f44fa 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -1,4 +1,4 @@ -job "postgres" { +job "postgres9.6" { datacenters = ["dc1"] type = "system" priority = 90 |