forked from Deuxfleurs/infrastructure
Debug stolon proxy
This commit is contained in:
parent
eb3f64df41
commit
255e3fd2d7
1 changed files with 1 additions and 4 deletions
|
@ -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" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue