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 ++++ addon-cp/schemas.yml | 4 ++++ 2 files changed, 8 insertions(+) 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: diff --git a/addon-cp/schemas.yml b/addon-cp/schemas.yml index 8265640..4d99ce0 100644 --- a/addon-cp/schemas.yml +++ b/addon-cp/schemas.yml @@ -28,6 +28,10 @@ spec: httpGet: path: / port: 80 + livenessProbe: + httpGet: + path: / + port: 80 ports: - containerPort: 80 volumeMounts: -- cgit v1.2.3