Merge "Migrate liveness probe to new format"

This commit is contained in:
Jenkins 2016-10-26 13:50:27 +00:00 committed by Gerrit Code Review
commit 17c0ee41d1
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"