Merge "remove "master" from mariadb k8s configs"

This commit is contained in:
Jenkins 2014-10-07 14:54:56 +00:00 committed by Gerrit Code Review
commit 296b09e0c4
2 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
{
"id": "mariadbmaster",
"id": "mariadb",
"kind": "Service",
"apiVersion": "v1beta1",
"port": 3306,
"containerPort": 3306,
"selector": {
"name": "mariadb-master"
"name": "mariadb"
}
}

View File

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