mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
json files updated
This commit is contained in:
parent
a749efa509
commit
5aedf10867
@ -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
Block a user