From 13c5d38023e5cd27a38f82f886cbd913900ec523 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Mon, 29 Jan 2018 13:34:27 -0500 Subject: [PATCH] loosen liveness checks --- examples/replica/postgresql_replica.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/replica/postgresql_replica.json b/examples/replica/postgresql_replica.json index eb9bf4f6..60993c5d 100644 --- a/examples/replica/postgresql_replica.json +++ b/examples/replica/postgresql_replica.json @@ -214,8 +214,8 @@ "exec": { "command": [ "/bin/sh", "-i", "-c", "pg_isready -h 127.0.0.1 -p 5432" ] }, - "timeoutSeconds": 1, - "initialDelaySeconds": 30 + "timeoutSeconds": 5, + "initialDelaySeconds": 120 }, "env": [ { @@ -325,8 +325,8 @@ "exec": { "command": [ "/bin/sh", "-i", "-c", "pg_isready -h 127.0.0.1 -p 5432" ] }, - "timeoutSeconds": 1, - "initialDelaySeconds": 30 + "timeoutSeconds": 5, + "initialDelaySeconds": 120 }, "env": [ {