From 1e28dfbf80e0c36b6e97f19841ebfa7d353a8d45 Mon Sep 17 00:00:00 2001 From: Aleksandr Mogylchenko Date: Mon, 17 Oct 2016 12:01:43 +0200 Subject: [PATCH] Migrate liveness probe to new format Change-Id: Ib92adc695d91c8c39aa6491dd9b4a9a9023e5b8c Depends-On: I920029d4cb14981427e7f978778506fb0b69c435 --- service/horizon.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service/horizon.yaml b/service/horizon.yaml index 9fc9c30..acf92ff 100644 --- a/service/horizon.yaml +++ b/service/horizon.yaml @@ -7,7 +7,9 @@ service: image: horizon probes: readiness: "true" - liveness: "true" + liveness: + command: "true" + type: "exec" volumes: - name: horizon-logs path: "/var/log/ccp/horizon"