diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index f5eec51..6f71b4c 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -114,18 +114,18 @@ job "postgres" { tags = ["sql"] port = "psql_port" address_mode = "host" - name = "keeper" + name = "psql-keeper" check { type = "tcp" port = "psql_port" interval = "60s" timeout = "5s" - check_restart { - limit = 3 - grace = "60m" - ignore_warnings = false - } + // check_restart { + // limit = 3 + // grace = "60m" + // ignore_warnings = false + // } } } }