From 12a3386de000875e7559af081e03eb7d0ec18a47 Mon Sep 17 00:00:00 2001 From: Cyril TOVENA Date: Wed, 28 Feb 2018 10:44:32 -0500 Subject: [PATCH] fix liveness probe in the install.yaml --- install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.yaml b/install.yaml index 4cb31c766c..e349a593b9 100644 --- a/install.yaml +++ b/install.yaml @@ -154,7 +154,7 @@ spec: # value: gcr.io/agones-images/agones-sdk:0.1 livenessProbe: httpGet: - path: /healthz + path: /live port: 8080 initialDelaySeconds: 3 periodSeconds: 3