From c20adc0a6cfc54e91db66271ef7b7481d4ff7f0a Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Mon, 7 Aug 2017 08:36:04 +0200 Subject: Adds liveness probes identical to readiness --- addon-cp/rest.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'addon-cp/rest.yml') diff --git a/addon-cp/rest.yml b/addon-cp/rest.yml index a08587d..60fcc31 100644 --- a/addon-cp/rest.yml +++ b/addon-cp/rest.yml @@ -28,6 +28,10 @@ spec: httpGet: path: / port: 80 + livenessProbe: + httpGet: + path: / + port: 80 ports: - containerPort: 80 volumeMounts: -- cgit v1.2.3