json files updated
This commit is contained in:
parent
07bd147375
commit
572a36541e
|
@ -26,7 +26,8 @@
|
|||
"image": "kubernetes/example-guestbook-php-redis",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 80
|
||||
"containerPort": 80,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"labels": {"name": "frontend"},
|
||||
},
|
||||
"spec": {
|
||||
"port": 0,
|
||||
"port": 10002,
|
||||
"containerPort": 80,
|
||||
"protocol": "TCP",
|
||||
"selector": {
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
"metadata": {
|
||||
"name": "redis-master",
|
||||
"labels": {
|
||||
"name": "redis-master",
|
||||
"template": "redis-master"
|
||||
"name": "redis-master"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
"image": "brendanburns/redis-slave",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 6379
|
||||
"containerPort": 6379,
|
||||
"protocol": "TCP"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue