diff --git a/service/heat-api.yaml b/service/heat-api.yaml index 089d435..d3c357c 100644 --- a/service/heat-api.yaml +++ b/service/heat-api.yaml @@ -8,7 +8,9 @@ service: # TODO(drusskikh): add probes probes: readiness: "true" - liveness: "true" + liveness: + command: "true" + type: "exec" pre: - name: heat-db-create dependencies: diff --git a/service/heat-engine.yaml b/service/heat-engine.yaml index 2db8f63..6dbb3ed 100644 --- a/service/heat-engine.yaml +++ b/service/heat-engine.yaml @@ -6,7 +6,9 @@ service: # TODO(drusskikh): add probes probes: readiness: "true" - liveness: "true" + liveness: + command: "true" + type: "exec" daemon: command: heat-engine --config-file /etc/heat/heat.conf dependencies: