Migrate mariadb to multicontainer pod

Change-Id: I23c3df99fa3f870aca5e4fce7f64ed0da8497b7c
This commit is contained in:
Sergey Reshetnyak 2016-06-24 13:01:39 +03:00
parent fcf800363d
commit 030f90f023
1 changed files with 18 additions and 16 deletions

View File

@ -1,10 +1,12 @@
service:
name: mariadb
ports:
- mariadb_port
container:
node-selector:
openstack-controller: "true"
ports:
- mariadb_port
containers:
- name: mariadb
image: mariadb
probes:
readiness: mariadb-readiness.sh
liveness: "true"