json files updated

This commit is contained in:
Subin M 2015-02-19 20:56:09 +05:30
parent 07bd147375
commit 572a36541e
4 changed files with 6 additions and 5 deletions

View File

@ -26,7 +26,8 @@
"image": "kubernetes/example-guestbook-php-redis",
"ports": [
{
"containerPort": 80
"containerPort": 80,
"protocol": "TCP"
}
]
}

View File

@ -6,7 +6,7 @@
"labels": {"name": "frontend"},
},
"spec": {
"port": 0,
"port": 10002,
"containerPort": 80,
"protocol": "TCP",
"selector": {

View File

@ -4,8 +4,7 @@
"metadata": {
"name": "redis-master",
"labels": {
"name": "redis-master",
"template": "redis-master"
"name": "redis-master"
}
},
"spec": {

View File

@ -26,7 +26,8 @@
"image": "brendanburns/redis-slave",
"ports": [
{
"containerPort": 6379
"containerPort": 6379,
"protocol": "TCP"
}
]
}