Migrate liveness probe to new format

Change-Id: Ib92adc695d91c8c39aa6491dd9b4a9a9023e5b8c
Depends-On: I920029d4cb14981427e7f978778506fb0b69c435
This commit is contained in:
Aleksandr Mogylchenko 2016-10-17 12:01:43 +02:00
parent da5ec569ab
commit 1e28dfbf80
1 changed files with 3 additions and 1 deletions

View File

@ -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"