Increase liveness timeout

Change-Id: Ic8ff2d55fc4971918cc9f32de930eb19d17cee49
This commit is contained in:
Proskurin Kirill 2017-03-13 15:26:31 +03:00
parent 74b76de1fa
commit b6ddb83ee3
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ETCD_TLS = None
def retry(f):
@functools.wraps(f)
def wrap(*args, **kwargs):
attempts = 3
attempts = 4
delay = 1
while attempts > 1:
try:

View File

@ -57,7 +57,7 @@ service:
path: "/liveness"
type: "httpGet"
port: 8080
timeout: 5
timeout: 30
initialDelay: 60
scheme: "http"
volumes: