diff --git a/service/mariadb.yaml b/service/mariadb.yaml index 822a1f4..54217f9 100644 --- a/service/mariadb.yaml +++ b/service/mariadb.yaml @@ -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"