diff --git a/service/mariadb.yaml b/service/mariadb.yaml index 42043c0..8c0d386 100644 --- a/service/mariadb.yaml +++ b/service/mariadb.yaml @@ -2,6 +2,9 @@ service: name: mariadb ports: - mariadb_port + container: + node-selector: + openstack-controller: "true" probes: readiness: mariadb-readiness.sh liveness: "true"