Migrate liveness probe to new format

Change-Id: Ie2c8eaa68567dd730921e357ba31afe568986b32
Depends-On: I920029d4cb14981427e7f978778506fb0b69c435
This commit is contained in:
Aleksandr Mogylchenko 2016-10-26 14:12:53 +02:00
parent 1c78f81cb5
commit df51b97a48
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ service:
image: mariadb
probes:
readiness: /opt/ccp/bin/mariadb-readiness.sh
liveness: "true"
liveness:
command: "true"
type: "exec"
volumes:
- name: mysql-logs
path: "/var/log/ccp/mysql"