diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index db62522..8c72ee3 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -5,10 +5,8 @@ job "postgres" { update { max_parallel = 1 - health_check = "checks" min_healthy_time = "2m" healthy_deadline = "5m" - progress_deadline = "10m" auto_revert = true } @@ -51,8 +49,7 @@ job "postgres" { "--store-endpoints", "http://consul.service.2.cluster.deuxfleurs.fr:8500", "--port", "${NOMAD_PORT_psql_proxy_port}", "--listen-address", "0.0.0.0", - "--stop-listening", "false", - "--store-timeout", "120s" + "--log-level", "debug" ] ports = [ "psql_proxy_port" ] }