2014-09-27 14:06:39 -07:00

22 lines
357 B
JSON

{
"id": "mariadb",
"desiredState": {
"manifest": {
"version": "v1beta1",
"id": "mariadb-1",
"containers": [{
"name": "mariadb",
"image": "kollaglue/fedora-rdo-mariadb",
"env": [{
'name': 'DB_ROOT_PASSWORD',
'value': 'password'
}]
}]
}
},
"labels": {
"name": "mariadb-master"
}
}