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", "image": "kubernetes/example-guestbook-php-redis",
"ports": [ "ports": [
{ {
"containerPort": 80 "containerPort": 80,
"protocol": "TCP"
} }
] ]
} }

View File

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

View File

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

View File

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