Add node selector to mariadb

Change-Id: I33a763908bd9e9e403de15fe9907db3831d70579
This commit is contained in:
Proskurin Kirill 2016-06-27 18:28:07 +02:00
parent aac31945ee
commit fcf800363d
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ service:
name: mariadb
ports:
- mariadb_port
container:
node-selector:
openstack-controller: "true"
probes:
readiness: mariadb-readiness.sh
liveness: "true"