Migrate liveness check to new format

Change-Id: I35f380ece070a25f2a0a5ae18157c210619c2ff6
Depends-On: I920029d4cb14981427e7f978778506fb0b69c435
This commit is contained in:
Aleksandr Mogylchenko 2016-10-26 14:17:10 +02:00
parent d7d2f53aa2
commit 94245cdf86
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ service:
image: rabbitmq
probes:
readiness: "true"
liveness: "true"
liveness:
command: "true"
type: "exec"
volumes:
- name: rabbitmq-logs
path: "/var/log/ccp/rabbitmq"